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

This commit is contained in:
Dooho Yi 2020-05-10 16:56:25 +09:00
parent 221919c056
commit 4a243bce8c

View file

@ -10,9 +10,8 @@
<style>
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
color: deeppink;
/* background-color: rgba(255, 235, 205, 0.2); */
background-color: rgba(0, 0, 0, 1.0);
color: rgba(255, 20, 147, 1.0); /* deeppink */
background-color: rgba(0, 0, 0, 1.0); /* black */
scrollbar-width: none;
}
@ -32,7 +31,7 @@
}
a.exlink {
background-color: rgba(255, 20, 147, 0.15);
background-color: rgba(255, 20, 147, 0.35);
}
p {