fixes and updates
This commit is contained in:
parent
4c3ce6d2b6
commit
0692e8a0c5
1471 changed files with 27362 additions and 235 deletions
|
@ -0,0 +1,41 @@
|
|||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #A5402D;
|
||||
--color-secondary: #F15156;
|
||||
--color-accent: #FFC07F;
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #721121;
|
||||
--bg-secondary: #A5402D;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #FFCF99;
|
||||
--text-secondary: #F15156;
|
||||
--text-accent: #FFC07F;
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:#A5402D;
|
||||
--header-secondary: #721121;
|
||||
--header-tertiary: #F15156;
|
||||
--header-other: #FFC07F;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: #F15156;
|
||||
--link-hover: #FFCF99;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: #A5402D;
|
||||
--border-secondary: #721121;
|
||||
--border-image: #F15156;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #F15156;
|
||||
--header-bg: #F15156;
|
||||
--header-text: #FFC07F;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: 'rumeur', sans-serif;
|
||||
--font-body: verdana, helvetica, arial, sans-serif;
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue