mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-25 05:55:21 +01:00
10 lines
188 B
CSS
10 lines
188 B
CSS
:root {
|
|
--bg-color: transparent;
|
|
--hr-color: #F1F1F1;
|
|
--code-color: #F1F1F1;
|
|
--font-color: #222;
|
|
--a-color: #0085FF;
|
|
--border-color: #292929;
|
|
--button-border-style: solid;
|
|
}
|