mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-14 18:54:27 +00:00
CSS tweaks for code highlighting
This commit is contained in:
parent
5845bb72f5
commit
d32a56e38d
1 changed files with 14 additions and 3 deletions
|
@ -35,12 +35,23 @@ body {
|
|||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.shared-header {
|
||||
margin-left:60px;margin-top:30px;margin-bottom:-15px;
|
||||
strong {
|
||||
color: $primary-color;
|
||||
margin-left: 20px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: -20px;
|
||||
strong {
|
||||
color: $primary-color;
|
||||
}
|
||||
}
|
||||
|
||||
div.highlight {
|
||||
background: #f0f0f0;
|
||||
padding: 10px;
|
||||
overflow: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.box {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue