diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 19:49:53 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 19:49:53 +0200 |
commit | 1f660946c64ce28a22bc8f79edb62a4bdcfe6ac8 (patch) | |
tree | 153ad7c0c72202de921252a1cfcce90b647c5e1a /assets | |
parent | 6d9e6bec95736c0dc725c2f80a98b6de6d0d3897 (diff) |
Theme Update
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 0b75def..55b1b8a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -307,4 +307,12 @@ footer a { .not-found div h1 { font-size: 6rem; +} + +.dark-toggle svg path { + fill: var(--background) !important; +} + +.dark-toggle svg text { + fill: var(--content) !important; }
\ No newline at end of file |