aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-25 12:59:58 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-25 12:59:58 +0200
commitbf5355c3137be5f799c90d9b24fd608a284c73df (patch)
treefab24356ba85aa1d60b5998e01ef26aadefd3c43 /_includes/site.css
parentf4ab8d5b6ec4473a18be2219dbfc24249bcf3e28 (diff)
downloadmitjafelicijan.com-bf5355c3137be5f799c90d9b24fd608a284c73df.tar.gz
content update
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css6
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
16a { 16a {
17 color: #000; 17 color: #000;
18 text-decoration: none;
19} 18}
20 19
21article, 20article,
@@ -103,6 +102,7 @@ main ul li {
103main ul li a { 102main 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
108main ul div { 108main ul div {
@@ -182,6 +182,10 @@ ol li::before {
182 text-align: right; 182 text-align: right;
183} 183}
184 184
185ol 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 {