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

This commit is contained in:
Dooho Yi 2020-05-10 16:58:10 +09:00
parent 4a243bce8c
commit f708683fa9

View file

@ -10,7 +10,7 @@
<style>
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
color: rgba(255, 20, 147, 1.0); /* deeppink */
color: rgb(255, 227, 3, 1.0); /* deeppink */
background-color: rgba(0, 0, 0, 1.0); /* black */
scrollbar-width: none;
}
@ -21,17 +21,17 @@
}
a {
color: rgba(255, 20, 147, 0.25);
color: rgb(255, 227, 3, 0.25);
text-decoration: none;
}
a.noticeable:hover {
background-color: rgba(255, 20, 147, 0.15);
background-color: rgb(255, 227, 3, 0.15);
opacity: 0.4;
}
a.exlink {
background-color: rgba(255, 20, 147, 0.35);
background-color: rgb(255, 227, 3, 0.35);
}
p {