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

This commit is contained in:
Dooho Yi 2020-05-10 16:51:00 +09:00
parent 9d89f911d1
commit e1f6d1c06c

View file

@ -11,8 +11,8 @@
body { body {
font: 0.75em/1.5 AppleGothic, Sans-serif; font: 0.75em/1.5 AppleGothic, Sans-serif;
color: deeppink; color: deeppink;
/* background-color: rgb(255, 235, 205, 0.2); */ /* background-color: rgba(255, 235, 205, 0.2); */
background-color: black; background-color: rgba(0, 0, 0, 1);
scrollbar-width: none; scrollbar-width: none;
} }
@ -22,12 +22,12 @@
} }
a { a {
color: rgb(255, 20, 147, 0.25); color: rgba(255, 20, 147, 0.25);
text-decoration: none; text-decoration: none;
} }
a.noticeable:hover { a.noticeable:hover {
background-color: rgb(255, 20, 147, 0.15); background-color: rgba(255, 20, 147, 0.15);
opacity: 0.4; opacity: 0.4;
} }