29 lines
672 B
Sass
29 lines
672 B
Sass
$text-light: #222
|
|
$text-dark: #ccc
|
|
$background-light: #ededed
|
|
$background-dark: #111
|
|
|
|
$text-light-lanyard: #222
|
|
$text-dark-lanyard: #ccc
|
|
$background-light-lanyard: #b5b5b5
|
|
$background-dark-lanyard: #222
|
|
|
|
$text-light-buttons: #000000
|
|
$text-dark-buttons: #ccc
|
|
$background-light-buttons: #b5b5b5
|
|
$background-dark-buttons: #191919
|
|
|
|
$text-light-buttons-hover: #ccc
|
|
$text-dark-buttons-hover: #222
|
|
$background-light-buttons-hover: #191919
|
|
$background-dark-buttons-hover: #b5b5b5
|
|
|
|
$username-light: black
|
|
$username-dark: grey
|
|
$username-light-hover: blue
|
|
$username-dark-hover: red
|
|
|
|
$tag-text-dark: grey
|
|
$tag-text-light: black
|
|
$tag-text-dark-hover: black
|
|
$tag-text-light-hover: grey
|