thirdculture/werc/sites/ppl.thirdculture.top/vanne/_werc/style.css

48 lines
973 B
CSS
Raw Permalink Normal View History

2024-11-12 16:45:42 -05:00
:root {
/* Main color scheme */
2024-11-17 15:40:56 -05:00
--color-primary: #ffffffff;
--color-secondary: #ff0000ff;
--color-accent: #ff0000ff;
2024-11-12 16:45:42 -05:00
/* Background colors */
2024-11-17 15:40:56 -05:00
--bg-primary: #000000ff;
--bg-secondary: #000000ff;
2024-11-12 16:45:42 -05:00
/* Text colors */
2024-11-17 15:40:56 -05:00
--text-primary: #ffffffff;
--text-secondary: #8a8a8aff;
--text-accent: #ff0000ff;
2024-11-12 16:45:42 -05:00
/* Header colours */
2024-11-17 15:40:56 -05:00
--header-primary:#ff0000ff;
--header-secondary: #ff0000ff;
--header-tertiary: #ff0000ff;
--header-other: #000000ff;
2024-11-12 16:45:42 -05:00
/* Link colors */
2024-11-17 15:40:56 -05:00
--link-color: #b5b5b5ff;
--link-hover: #ff0000ff;
2024-11-12 16:45:42 -05:00
/* Border colors */
2024-11-17 15:40:56 -05:00
--border-primary: #ff0000ff;
--border-secondary: #ff0000ff;
--border-image: #ff0000ff;
2024-11-12 16:45:42 -05:00
/* Special purpose colors */
2024-11-17 15:40:56 -05:00
--code-color: #ff0000ff;
--header-bg: #ff0000ff;
--header-text: #000000ff;
2024-11-12 16:45:42 -05:00
/* Font families */
2024-11-17 15:40:56 -05:00
--font-headers: courier, courier;
--font-body: courier, courier, courier, courier;
2024-11-12 16:45:42 -05:00
}
2024-11-17 15:40:56 -05:00