diff options
author | dvs1 | 2025-02-23 04:49:16 +1000 |
---|---|---|
committer | dvs1 | 2025-02-23 04:49:16 +1000 |
commit | 723480828b93c678b3aa6e5ad6248d1305486df7 (patch) | |
tree | e6558bf1424b9a4974d7d1203101237bc1df2ec4 | |
parent | Move the first footsteps away from the logo. (diff) | |
download | notYetAnotherWiki-723480828b93c678b3aa6e5ad6248d1305486df7.zip notYetAnotherWiki-723480828b93c678b3aa6e5ad6248d1305486df7.tar.gz notYetAnotherWiki-723480828b93c678b3aa6e5ad6248d1305486df7.tar.bz2 notYetAnotherWiki-723480828b93c678b3aa6e5ad6248d1305486df7.tar.xz |
Attempt to change the sunglasses icon colour.
Diffstat (limited to '')
-rw-r--r-- | default.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.template b/default.template index 2467e4e..aa40c13 100644 --- a/default.template +++ b/default.template | |||
@@ -48,7 +48,8 @@ | |||
48 | 48 | ||
49 | /* Hide the toggle checkbox */ | 49 | /* Hide the toggle checkbox */ |
50 | #mode-toggle {display: none;} | 50 | #mode-toggle {display: none;} |
51 | #mode-btn {display: inline-block;} | 51 | #mode-btn {color: white; display: inline-block;} |
52 | #mode-btn:checked {color: black;} | ||
52 | #mode-toggle:checked ~ .boxBody {background: white; color: black;} | 53 | #mode-toggle:checked ~ .boxBody {background: white; color: black;} |
53 | </style> | 54 | </style> |
54 | </head> | 55 | </head> |