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

This commit is contained in:
Dooho Yi 2020-05-10 17:01:09 +09:00
parent 3c08b81c4c
commit a5da5d3881

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: rgb(255, 227, 3, 1.0); /* cadmiumlemon */ color: rgb(127, 255, 0, 1.0); /* cadmiumlemon */
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */ /* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
background-color: rgba(0, 0, 0, 1.0); /* black */ background-color: rgba(0, 0, 0, 1.0); /* black */
scrollbar-width: none; scrollbar-width: none;
@ -22,17 +22,17 @@
} }
a { a {
color: rgb(255, 227, 3, 0.25); color: rgb(127, 255, 0, 0.25);
text-decoration: none; text-decoration: none;
} }
a.noticeable:hover { a.noticeable:hover {
background-color: rgb(255, 227, 3, 0.15); background-color: rgb(127, 255, 0, 0.15);
opacity: 0.4; opacity: 0.4;
} }
a.exlink { a.exlink {
background-color: rgb(255, 227, 3, 0.35); background-color: rgb(127, 255, 0, 0.35);
} }
p { p {