/ ‘themes/yoshi/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-23 01:31:42 +09:00
parent e8efd25e67
commit 7a29497819

View file

@ -22,19 +22,19 @@
} }
a { a {
color: rgba(180, 64, 134, 0.5); color: rgba(180, 64, 134, 1.0);
text-decoration: none; text-decoration: none;
} }
a.noticeable:hover { a.noticeable:hover {
backgrounda-color: rgba(180, 64, 134, 0.15); backgrounda-color: rgba(180, 64, 134, 0.5);
opacity: 0.4; opacity: 0.4;
} }
a.exlink { a.exlink {
color: rgba(180, 64, 134, 0.5); color: rgba(180, 64, 134, 1.0);
border-width: 1px; border-width: 1px;
border-color: rgba(180, 64, 134, 0.5); border-color: rgba(180, 64, 134, 1.0);
border-style: solid; border-style: solid;
} }