27 lines
644 B
CSS
27 lines
644 B
CSS
/*
|
|
* GridTV Theme — Steampunk (Cuivre victorien)
|
|
* Brun chaud, cuivre, laiton. Très 1880.
|
|
*/
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap');
|
|
|
|
:root {
|
|
--bg: #160e04;
|
|
--surface: #201408;
|
|
--surface2: #2c1e0c;
|
|
--border: #4a2e0a;
|
|
--border-bright: #7a4e18;
|
|
--accent: #c87808;
|
|
--accent2: #e0a020;
|
|
--accent-live: #cc3000;
|
|
--text: #d4a050;
|
|
--text-dim: #7a5428;
|
|
--text-bright: #f0cc80;
|
|
--prog-bg: #1c1206;
|
|
--prog-border: #5a380c;
|
|
--prog-live-bg: #281800;
|
|
--prog-live-border: #c87808;
|
|
--font-ui: 'IM Fell English', serif;
|
|
--font-mono: 'Share Tech Mono', monospace;
|
|
}
|