diff --git a/static/styles.css b/static/styles.css index a00b1ca05..2e23628e4 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,3 +1,12 @@ -h1 { +h1 { text-align: center; -} \ No newline at end of file +} + +/* Icons */ +html.dark ul.flex-col > li > a > svg { + color: white !important; +} + +:not(html.dark) ul.flex-col > li > a > svg { + color: black; +}