diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 11 |
1 files changed, 9 insertions, 2 deletions
| @@ -33,7 +33,14 @@ hr { | |||
| 33 | 33 | ||
| 34 | html { | 34 | html { |
| 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 | ||
| 39 | p { | 46 | p { |
| @@ -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; } |
