pyfedi/app/static/scss/_colours.scss

22 lines
287 B
SCSS
Raw Normal View History

$primary-colour: #0071CE;
$primary-colour-hover: #0A5CA0;
$green: #00b550;
$green-hover: #83f188;
2024-05-15 21:17:03 +12:00
$lightest-grey: #eee;
$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;
2024-05-21 22:20:08 +12:00
}
.purple {
color: purple;
}