9 lines
152 B
Text
9 lines
152 B
Text
:root {
|
|
--primary: dodgerblue;
|
|
--fg: #fff;
|
|
--bg: #333;
|
|
--shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
|
|
|
|
--font-size-large: 112.5%;
|
|
--icon-spacing: 4px;
|
|
}
|