mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
19 lines
187 B
SCSS
19 lines
187 B
SCSS
.highlighter-rouge {
|
|
background-color: $gray-200;
|
|
}
|
|
|
|
h1 {
|
|
color: maroon;
|
|
}
|
|
|
|
h2 {
|
|
color: darkslateblue
|
|
}
|
|
|
|
a:visited {
|
|
color: purple
|
|
}
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
} |