diff options
author | Vitaly Takmazov | 2018-12-05 13:58:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-05 13:58:07 +0300 |
commit | c3fd295a38da87548200944b4954795ba0f1eaba (patch) | |
tree | 07d1cd95b68bbcdcf1302dde906011cd861db7fc /src | |
parent | 687a5f19992b5c1e114d5dc3995ff7aef5655b10 (diff) |
styling updates
Diffstat (limited to 'src')
-rw-r--r-- | src/main/assets/style.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index f14c5235..fab760fb 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -180,9 +180,8 @@ body > header { display: flex; } #global a { - color: #888; + color: #88958d; display: inline-block; - font-size: 13pt; padding: 14px 6px; } #global li { @@ -259,13 +258,12 @@ body > header { #column .tags h4 { background: #eee; border: 1px solid #eee; - color: #888; + color: #88958d; display: block; text-align: center; } #ctitle { display: flex; - font-size: 14pt; } #ctitle img { margin-right: 5px; @@ -306,7 +304,7 @@ body > header { } .page a { - color: #888; + color: #88958d; } /* #endregion */ @@ -321,7 +319,7 @@ article { padding: 20px; } article time { - color: #999; + color: #88958d; font-size: 10pt; } article p { @@ -349,7 +347,7 @@ article > nav.l, } article > nav.l a, .msg-cont > nav.l a { - color: #888; + color: #88958d; margin-right: 15px; } article .likes { @@ -370,7 +368,7 @@ article .tags > a, .msg-tags > a { background: #eee; border: 1px solid #eee; - color: #888; + color: #88958d; display: inline-block; font-size: 10pt; margin-bottom: 5px; |