starttree.sh/themes/custom.css
2023-10-03 22:45:05 +02:00

15 lines
354 B
CSS

:root {
--font: "Fira Code", monospace;
--font-size: 105%; /*font size in %*/
--background: #000;
--clock: #fff;
--cmd-dir: #fff; /*[root@startpage:~]*/
--cmd-dollar: #fff;
--text: #fff;
--branch: #fff;
--links: #fff;
--links-hover: #ffffff77;
--search-border: #fff;
--search-shadow: #000;
}