mirror of
https://github.com/metagov/govarch-website.git
synced 2025-09-10 18:35:18 +00:00
improve styling
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
code.highlighter-rouge {
|
||||
background: #eef;
|
||||
background: $highlight;
|
||||
font-family: courier, monospace;
|
||||
font-size: .875em;
|
||||
}
|
||||
@@ -19,7 +19,7 @@ code.highlighter-rouge {
|
||||
}
|
||||
|
||||
.highlighter-rouge & {
|
||||
background: #eef;
|
||||
background: $highlight;
|
||||
}
|
||||
|
||||
.c { color: #998; font-style: italic } // Comment
|
||||
|
Reference in New Issue
Block a user