/ ‘theme-dark/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-10 16:48:13 +09:00
parent 7c8bed9bc9
commit 888cd193be

View file

@ -24,12 +24,12 @@
} }
a { a {
color: rgb(255, 20, 147, 0.15); color: deeppink;
text-decoration: none; text-decoration: none;
} }
a.noticeable:hover { a.noticeable:hover {
background-color: deeppink; background-color: rgb(255, 20, 147, 0.15);
opacity: 0.4; opacity: 0.4;
} }