LoliPHP/public/static/style.css

14 行
266 B
CSS

body {
--mainBackgroundColor: #301a30;
--mainForegroundColor: #fcfcfc;
font-family: "Open Sans", sans-serif;
font-weight: 400;
color: var(--mainForegroundColor);
background-color: var(--mainBackgroundColor);
font-size: 14px;
}
a {
color: #ffeb3b;
}