diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-16 17:28:49 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-16 17:28:49 +0200 |
| commit | 776ae57da4a27966d58aa76bcac1eed67b75687b (patch) | |
| tree | 04e43810789e4c5bc9842108e8189ccaec9de2d2 /site/assets/css/css.css | |
| parent | a13e9d0471bc6f78692cc212541a9a5c659b4ef1 (diff) | |
add right-sidebar, add lsat_updated
Diffstat (limited to 'site/assets/css/css.css')
| -rw-r--r-- | site/assets/css/css.css | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 1c7b8859..81a38487 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -265,10 +265,10 @@ section { } section p { margin: 10px auto 20px auto; - line-height: 2; + line-height: 1.85rem; font-size: 17px; - font-weight: 300; - color: #dedede; + font-weight: 400; + color: #cdcdcd; } section ul { margin: 10px auto 20px auto; @@ -288,12 +288,13 @@ p.subp{ .content a { color: #fff; text-decoration: none; - border-bottom: 1px dashed; + border-bottom: 2px solid #666; + padding-bottom: 1px; transition: color 0.1s cubic-bezier(0,0,1,1); } .desktop .content a:hover { color: #fff; - border-bottom: 1px solid; + border-bottom: 2px solid #ccc; } /* top of post metadata */ @@ -357,6 +358,12 @@ p.subp{ text-decoration: none; border-bottom: 1px solid; } +.left-sidebar a, .right-sidebar a{ + border-bottom: 1px solid #666; +} +.content .left-sidebar a:hover, .content .right-sidebar a:hover{ + border-bottom: 1px solid #ccc; +} /* lists */ @@ -733,7 +740,7 @@ section.fullwidth .image { } .dataset-list .dataset { width: 300px; - height: 180px; + height: 178px; padding: 10px; color: white; font-weight: 400; @@ -762,6 +769,8 @@ section.fullwidth .image { } .dataset-list .title { margin-bottom: 10px; + padding: 2px 4px; + } .dataset-list .fields { display: block; |
