mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
custom colors
This commit is contained in:
parent
33e2451810
commit
9b237ac6b1
@ -1,2 +1,24 @@
|
||||
@import 'large_center';
|
||||
// custom sheet made on https://www.cipherbliss.com
|
||||
// Commonly used web colors
|
||||
$black: #fff; // Black
|
||||
$white: #000; // White
|
||||
$success-green: #799fbd !default; // Padua
|
||||
$error-red: #a654d4 !default; // Cerise
|
||||
$warning-red: #528dc8 !default; // Sunset Orange
|
||||
$gold-star: #ec8400 !default; // Dark Goldenrod
|
||||
|
||||
// User Interface Colors
|
||||
$ui-base-color: #313644; // Midnight Express
|
||||
$ui-base-lighter-color: #bdd2d6 ;
|
||||
$ui-primary-color: #4e4eff; // Echo Blue
|
||||
$ui-secondary-color: #f4d3ff; // Pattens Blue
|
||||
$ui-highlight-color: #b16fd1; // Summer Sky
|
||||
|
||||
// Variables for components
|
||||
$media-modal-media-max-width: 100%;
|
||||
// put margins on top and bottom of image to avoid the screen covered by image.
|
||||
$media-modal-media-max-height: 80%;
|
||||
|
||||
// then we import the rest of the world
|
||||
@import 'application';
|
||||
|
Loading…
Reference in New Issue
Block a user