summaryrefslogtreecommitdiff
path: root/site/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css')
-rw-r--r--site/assets/css/css.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 774f34f8..492ec347 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 */
@@ -358,6 +359,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 */
@@ -734,7 +741,7 @@ section.fullwidth .image {
}
.dataset-list .dataset {
width: 300px;
- height: 180px;
+ height: 178px;
padding: 10px;
color: white;
font-weight: 400;
@@ -763,6 +770,8 @@ section.fullwidth .image {
}
.dataset-list .title {
margin-bottom: 10px;
+ padding: 2px 4px;
+
}
.dataset-list .fields {
display: block;