mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
24 lines
280 B
SCSS
24 lines
280 B
SCSS
.highlighter-rouge {
|
|
background-color: $gray-200;
|
|
}
|
|
|
|
h1 {
|
|
color: maroon;
|
|
}
|
|
|
|
h2 {
|
|
color: darkslateblue
|
|
}
|
|
|
|
a:visited {
|
|
color: purple
|
|
}
|
|
|
|
*[id]:before {
|
|
display: block;
|
|
content: " ";
|
|
margin-top: -75px;
|
|
height: 75px;
|
|
visibility: hidden;
|
|
}
|
|
|