diff --git a/themes/yoshi/templates/base.html b/themes/yoshi/templates/base.html index 1ff0eaa..bd2fa3c 100644 --- a/themes/yoshi/templates/base.html +++ b/themes/yoshi/templates/base.html @@ -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; }