Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
Showing only changes of commit 33357e2efb - Show all commits

View File

@ -1,10 +1,10 @@
/* Dark theme */
:root {
--background-color: #36393f;
--background-color: #343a40;
--header-color: #202225;
--headings-color: #ffffff;
--font-color: #ffffff;
--font-color: #eeeeee;
--border-color: #141414;
--line-color: #ffffff;
--link-color: #CC99FF;