pyfedi/app/static/scss/_colours.scss

16 lines
234 B
SCSS
Raw Normal View History

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