18 lines
530 B
CSS
18 lines
530 B
CSS
:root {
|
|
--background: #FAFAFA;
|
|
--text: #415462;
|
|
--secondary-hover: #415462;
|
|
--secondary-focus: rgba(115, 130, 140, 0.125);
|
|
--secondary-inverse: #FFF;
|
|
--secondary-background: #eeeeee;
|
|
--link: #22aaff;
|
|
--link-visited: #7755ff;
|
|
--buttom: #dcdcdb;
|
|
--buttom-text: #415462;
|
|
--button-border: #91918c;
|
|
--buttom-hover: #BBB;
|
|
--search-text: #415462;
|
|
--time-background: #000;
|
|
--time-text: #FFF;
|
|
}
|