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

This commit is contained in:
Dooho Yi 2020-05-10 19:41:50 +09:00
parent 69003aa538
commit 23a4d55de2

View file

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