diff options
Diffstat (limited to '_includes/site.css')
| -rw-r--r-- | _includes/site.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_includes/site.css b/_includes/site.css index 7050eb1..18f4320 100644 --- a/_includes/site.css +++ b/_includes/site.css | |||
| @@ -15,7 +15,6 @@ body { | |||
| 15 | 15 | ||
| 16 | a { | 16 | a { |
| 17 | color: #000; | 17 | color: #000; |
| 18 | text-decoration: none; | ||
| 19 | } | 18 | } |
| 20 | 19 | ||
| 21 | article, | 20 | article, |
| @@ -103,6 +102,7 @@ main ul li { | |||
| 103 | main ul li a { | 102 | main ul li a { |
| 104 | font-size: 100%; | 103 | font-size: 100%; |
| 105 | font-weight: 500; | 104 | font-weight: 500; |
| 105 | text-decoration: none; | ||
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | main ul div { | 108 | main ul div { |
| @@ -182,6 +182,10 @@ ol li::before { | |||
| 182 | text-align: right; | 182 | text-align: right; |
| 183 | } | 183 | } |
| 184 | 184 | ||
| 185 | ol li a { | ||
| 186 | text-decoration: none; | ||
| 187 | } | ||
| 188 | |||
| 185 | /* commenting */ | 189 | /* commenting */ |
| 186 | #hcb_form_name, | 190 | #hcb_form_name, |
| 187 | #hcb_form_content { | 191 | #hcb_form_content { |
