summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/style.css b/style.css
index f48ae33..dfcd96f 100644
--- a/style.css
+++ b/style.css
@@ -33,7 +33,14 @@ hr {
33 33
34html { 34html {
35 font-family: UnBatang, serif; 35 font-family: UnBatang, serif;
36 background-color: #fafad2; 36}
37
38@media screen {
39
40 html {
41 background-color: #fafad2;
42 }
43
37} 44}
38 45
39p { 46p {
@@ -100,6 +107,6 @@ ul li {
100 107
101.feedlink { font-size: 0.8em; } 108.feedlink { font-size: 0.8em; }
102 109
103.parsel { font-family: "Junkyard"; } 110.parcel { font-family: "Junkyard"; }
104 111
105.small { font-size: 0.8em; } 112.small { font-size: 0.8em; }