pyfedi/app/static/scss/_colours.scss
rimu 60efbe988f dark and light modes
also heading size reduction
2024-01-13 22:09:02 +13:00

16 lines
No EOL
234 B
SCSS

$primary-colour: #0071CE;
$primary-colour-hover: #0A5CA0;
$green: #00b550;
$green-hover: #83f188;
$light-grey: #ddd;
$grey: #bbb;
$dark-grey: #777;
$super-dark-grey: #424549;
.red {
color: red;
}
.orangered {
color: orangered;
}