mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
update some colors
This commit is contained in:
parent
4d6e4dc019
commit
10645bd4f2
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
// Colors
|
||||
$light: #7d81a5 !default;
|
||||
$dark: #2b2e43 !default;
|
||||
$dark: #212529 !default;
|
||||
$muted: #7d7f8c !default;
|
||||
$danger: #fa5455 !default;
|
||||
$danger: #ad1035 !default;
|
||||
$warning: #ffc107 !default;
|
||||
$secondary: #3a3d5a !default;
|
||||
$secondary: #363c42 !default;
|
||||
$info: #794bc4 !default;
|
||||
$primary: #0073ff !default;
|
||||
$primary: #000 !default;
|
||||
$white: #fff !default;
|
||||
$black: #0b0b18 !default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue