Merge branch 'devel'
This commit is contained in:
commit
cd48faa504
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
|
@ -0,0 +1,22 @@
|
|||
:root {
|
||||
--color-dark: #FFFFFF;
|
||||
--color-medium: #CADCEB;
|
||||
--color-light: #ECF3F7;
|
||||
|
||||
--color-header-background: #CADCEB;
|
||||
--color-header-background-light: #CADCEB;
|
||||
--color-header-link: #FFFFFF;
|
||||
|
||||
--color-section-background: #CADCEB;
|
||||
--color-section-link: #24669F;
|
||||
|
||||
--color-text: #0C090A;
|
||||
--color-text-quote: #52595D;
|
||||
--color-highlight: #1d1d1d;
|
||||
|
||||
--color-link: #1052DA;
|
||||
--color-visited: #55aaff;
|
||||
|
||||
--color-border: #FFFFFF;
|
||||
--color-row-border: #FFFFFF;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue