hide random link when no js

This commit is contained in:
dvhar
2021-03-30 21:20:26 -05:00
parent f42c51179d
commit 95004f566f
3 changed files with 4 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ img[alt="XMR Logo"] {
#rand {
color: lightgreen;
display: none;
}
@media (prefers-color-scheme: light) {
@@ -70,6 +71,7 @@ img[alt="XMR Logo"] {
}
#rand {
color: green;
display: none;
}
}