mirror of https://github.com/lumapu/ahoy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
606 B
32 lines
606 B
:root {
|
|
--bg: #222;
|
|
--fg: #ccc;
|
|
--fg2: #fff;
|
|
|
|
--info: #0072c8;
|
|
--warn: #ffaa00;
|
|
--success: #00bb00;
|
|
|
|
--input-bg: #333;
|
|
|
|
--nav-bg: #333;
|
|
--primary: #004d87;
|
|
--primary-hover: #023155;
|
|
--secondary: #0072c8;
|
|
--nav-active: #555;
|
|
--footer-bg: #282828;
|
|
--modal-bg: #666;
|
|
|
|
--invalid-bg: #400;
|
|
|
|
--total-head-title: #555511;
|
|
--total-bg: #666622;
|
|
--iv-head-title: #115511;
|
|
--iv-head-bg: #226622;
|
|
--iv-dis-title: #333;
|
|
--iv-dis: #444;
|
|
--ch-head-title: #112255;
|
|
--ch-head-bg: #223366;
|
|
--ts-head: #333;
|
|
--ts-bg: #555;
|
|
}
|
|
|