new-ryuslash.org/src/less/main.less

13 lines
184 B
Text
Raw Normal View History

2019-10-06 18:29:15 -07:00
@background-color: #111114;
@foreground-color: #bfbfbf;
@link-color: #a88654;
body {
background-color: @background-color;
color: @foreground-color;
}
a {
color: @link-color;
}