From 776ae57da4a27966d58aa76bcac1eed67b75687b Mon Sep 17 00:00:00 2001 From: adamhrv Date: Tue, 16 Apr 2019 17:28:49 +0200 Subject: add right-sidebar, add lsat_updated --- site/assets/css/css.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'site/assets/css') 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; -- cgit v1.2.3-70-g09d2