LoliPHP/public/static/style.css

14 行
266 B
CSS
Raw 通常表示 履歴

2022-03-27 01:55:57 +09:00
body {
--mainBackgroundColor: #301a30;
--mainForegroundColor: #fcfcfc;
2022-03-27 01:57:57 +09:00
font-family: "Open Sans", sans-serif;
2022-03-27 01:55:57 +09:00
font-weight: 400;
color: var(--mainForegroundColor);
background-color: var(--mainBackgroundColor);
font-size: 14px;
}
a {
color: #ffeb3b;
}