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

This commit is contained in:
Dooho Yi 2020-05-23 01:30:00 +09:00
parent 08bef025e1
commit e8efd25e67

View file

@ -13,6 +13,7 @@
color: rgba(37, 176, 118, 1.0);
background-color: rgba(16, 20, 20, 1.0);
scrollbar-width: none;
/* hi */
}
body::-webkit-scrollbar {
@ -21,19 +22,19 @@
}
a {
color: rgba(37, 176, 118, 0.5);
color: rgba(180, 64, 134, 0.5);
text-decoration: none;
}
a.noticeable:hover {
backgrounda-color: rgba(37, 176, 118, 0.15);
backgrounda-color: rgba(180, 64, 134, 0.15);
opacity: 0.4;
}
a.exlink {
color: rgba(37, 176, 118, 0.5);
color: rgba(180, 64, 134, 0.5);
border-width: 1px;
border-color: rgba(37, 176, 118, 0.5);
border-color: rgba(180, 64, 134, 0.5);
border-style: solid;
}