mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
14 lines
203 B
Text
14 lines
203 B
Text
|
@ryg-dark-blue: #0d193b;
|
||
|
@ryg-light-blue: #a0ccff;
|
||
|
|
||
|
body {
|
||
|
font-family: sans-serif;
|
||
|
color: @ryg-light-blue;
|
||
|
background-color: @ryg-dark-blue;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4, h5, h6 {
|
||
|
color: white;
|
||
|
}
|
||
|
|