color fix.
This commit is contained in:
parent
5cd74047fb
commit
d8d371468b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue