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

This commit is contained in:
Dooho Yi 2020-05-10 16:38:10 +09:00
parent 00ea8a637e
commit d032b04ebe

View file

@ -10,9 +10,9 @@
<style>
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
color: #32CD32;
color: "deeppink";
/* limegreen */
background-color: #3A3A38;
background-color: "blanchealmond";
/* blackberry */
/* overflow: hidden; */
scrollbar-width: none;
@ -24,12 +24,13 @@
}
a {
color: rgba(255, 255, 255, 0.8);
color: "deeppink";
text-decoration: none;
}
a.noticeable:hover {
background-color: rgba(255, 255, 0, 0.8);
background-color: "deeppink";
opacity: 0.4;
}
p {