drip: Hacer links en modo oscuro más obvios

This commit is contained in:
Cat /dev/Nulo 2022-12-20 13:11:36 -03:00
parent bfaee9ea88
commit fdbf487268

View file

@ -74,7 +74,7 @@ a {
color: lightgray; color: lightgray;
} }
a { a {
background: #171717; background: #221f2d;
} }
} }