mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
15 lines
No EOL
207 B
SCSS
15 lines
No EOL
207 B
SCSS
$primary-colour: #0071CE;
|
|
$primary-colour-hover: #0A5CA0;
|
|
$green: #00b550;
|
|
$green-hover: #83f188;
|
|
$light-grey: #ddd;
|
|
$grey: #bbb;
|
|
$dark-grey: #777;
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.orangered {
|
|
color: orangered;
|
|
} |