2
0
mirror of https://github.com/moebooru/moebooru synced 2025-09-01 22:45:13 +00:00

Use less instead of scss

Sass C library is deprecated and dart-sass has limited platform support.
less ruby library unfortunately isn't quite maintained so use native js.
This commit is contained in:
nanaya
2022-02-12 06:05:38 +09:00
parent e1a67c01f1
commit ac08c4e650
24 changed files with 285 additions and 56 deletions

View File

@@ -0,0 +1,22 @@
body {
background: #222;
color: #fff;
font-family: tahoma, sans-serif;
text-align: center;
font-size: 13px;
}
a {
color: #ee8887;
text-decoration: none;
&:hover { color: #ffaaae; }
}
h1 { font-size: 2em; }
p {
width: 30em;
margin: auto;
margin-bottom: 1em;
}