1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
royalnet/static/nryg.less

14 lines
203 B
Text
Raw Normal View History

2018-05-14 08:43:20 +00:00
@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;
}