347a153b3d
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen
9 lines
234 B
SCSS
9 lines
234 B
SCSS
$color1: #282c37; // darkest
|
|
$color2: #d9e1e8; // lightest
|
|
$color3: #9baec8; // lighter
|
|
$color4: #2b90d9; // vibrant
|
|
$color5: #ffffff; // white
|
|
$color6: #df405a; // error red
|
|
$color7: #79bd9a; // succ green
|
|
$color8: #000000; // black
|