color fix.

This commit is contained in:
Dooho Yi 2021-01-08 10:14:14 +09:00
parent 5cd74047fb
commit d8d371468b

View file

@ -110,7 +110,7 @@ body {
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
letter-spacing: +0.02em;
word-spacing: +0.2em;
color: rgba(10, 10, 10, 0.8);
color: rgba(30, 30, 30, 0.85);
/* background-color: rgba(0, 20, 40, 1.0); */
word-break: keep-all;
}
@ -151,7 +151,7 @@ a:hover {
}
time {
color: rgba(100, 255, 200, .2);
color: rgba(30, 30, 30, 0.3);
}
audio::-webkit-media-controls-enclosure {