121 lines
1.3 KiB
CSS
121 lines
1.3 KiB
CSS
:root {
|
|
/* Main color scheme */
|
|
--color-primary: #f907c5;
|
|
--color-secondary: #AEA3F0ff;
|
|
--color-accent: #A4D1ADff;
|
|
|
|
/* Background colors */
|
|
--bg-primary: #64909eff;
|
|
--bg-secondary: #64909eff;
|
|
|
|
/* Text colors */
|
|
--text-primary: #ffffffff;
|
|
--text-secondary: #989898ff;
|
|
--text-accent: #bc2748ff;
|
|
|
|
/* Header colours */
|
|
--header-primary:#ffffffff;
|
|
--header-secondary: #ffffffff;
|
|
--header-tertiary: #ffffffff;
|
|
--header-other: #ffffffff;
|
|
|
|
/* Link colors */
|
|
--link-color: #f04848ff;
|
|
--link-hover: #f04848ff;
|
|
|
|
/* Border colors */
|
|
--border-primary: #8dc2b4ff;
|
|
--border-secondary: #8dc2b4ff;
|
|
--border-image: #8dc2b4ff;
|
|
|
|
/* Special purpose colors */
|
|
--code-color: #18A02Cff;
|
|
--header-bg: #358782ff;
|
|
--header-text: #0C072Cff;
|
|
|
|
/* Font families */
|
|
--font-headers: 'Lucida Console'; Monospace
|
|
--font-body: Lucida Console, Lucida Console, Lucida Console, Lucida Console;
|
|
h1 {
|
|
text-shadow: 2px 2px red;
|
|
}
|
|
body {
|
|
|
|
text-shadow: 1px 1px red;
|
|
background-image: url("http://up.thirdculture.top/oquCK5RoSN/tumblr_fd1f4b85160a4cdd83c0a23d17ca6029_8b2a21fc_500.gif");
|
|
black;
|
|
background-repeat: no-repeat, repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
article {
|
|
backdrop-filter: none;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|