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

This commit is contained in:
Dooho Yi 2020-05-23 01:27:59 +09:00
parent fe75ca6acb
commit 1f472e6937

View file

@ -10,7 +10,7 @@
<style> <style>
body { body {
font: 0.75em/1.5 AppleGothic, Sans-serif; font: 0.75em/1.5 AppleGothic, Sans-serif;
color: rgba(100, 255, 200, 1.0); /* chartreuse */ color: rgba(37, 176, 118, 1.0); /* chartreuse */
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */ /* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
background-color: rgba(0, 20, 40, 1.0); /* black */ background-color: rgba(0, 20, 40, 1.0); /* black */
scrollbar-width: none; scrollbar-width: none;
@ -22,19 +22,19 @@
} }
a { a {
color: rgba(100, 255, 200, 0.5); color: rgba(37, 176, 118, 0.5);
text-decoration: none; text-decoration: none;
} }
a.noticeable:hover { a.noticeable:hover {
backgrounda-color: rgba(100, 255, 200, 0.15); backgrounda-color: rgba(37, 176, 118, 0.15);
opacity: 0.4; opacity: 0.4;
} }
a.exlink { a.exlink {
color: rgba(100, 255, 200, 0.5); color: rgba(37, 176, 118, 0.5);
border-width: 1px; border-width: 1px;
border-color: rgba(100, 255, 200, 0.5); border-color: rgba(37, 176, 118, 0.5);
border-style: solid; border-style: solid;
} }
@ -43,7 +43,7 @@
} }
.paginator { .paginator {
color: rgba(100, 255, 200, 0.5); color: rgba(37, 176, 118, 0.5);
} }
article.title { article.title {