summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-02-28 23:54:33 +0100
committeradamhrv <adam@ahprojects.com>2019-02-28 23:54:33 +0100
commit86ceb074904cbad346360dfd44c27321ffb81a5b (patch)
treea64a7af015f02cb79fc45843e1ed06620541e0a2
parent48c279939fd63fb7ee84c9e9ddbadf5065153f9c (diff)
change mono to norm
-rw-r--r--site/assets/css/css.css33
1 files changed, 25 insertions, 8 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index ab3bb4a7..1d3ff805 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -144,6 +144,7 @@ h1 {
margin: 75px 0 10px;
padding: 0;
transition: color 0.2s cubic-bezier(0,0,1,1);
+ font-family: 'Roboto';
}
h2 {
color: #ddd;
@@ -152,6 +153,7 @@ h2 {
margin: 20px 0 10px;
padding: 0;
transition: color 0.2s cubic-bezier(0,0,1,1);
+ font-family: 'Roboto';
}
h3 {
margin: 0 0 20px 0;
@@ -159,6 +161,7 @@ h3 {
font-size: 14pt;
font-weight: 500;
transition: color 0.2s cubic-bezier(0,0,1,1);
+ font-family: 'Roboto';
}
h4 {
margin: 0 0 10px 0;
@@ -166,6 +169,7 @@ h4 {
font-size: 11pt;
font-weight: 500;
transition: color 0.2s cubic-bezier(0,0,1,1);
+ font-family: 'Roboto';
}
.content h3 a {
color: #888;
@@ -221,8 +225,8 @@ section {
p {
margin: 0 0 20px 0;
line-height: 2;
- font-size: 15px;
- font-weight: 400;
+ font-size: 16px;
+ font-weight: 300;
}
.content a {
color: #fff;
@@ -231,7 +235,8 @@ p {
transition: color 0.2s cubic-bezier(0,0,1,1);
}
.desktop .content a:hover {
- color: #ff8;
+ color: #fff;
+ border-bottom: 1px solid;
}
/* top of post metadata */
@@ -241,7 +246,7 @@ p {
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
- font-size: 10pt;
+ font-size: 11pt;
margin-bottom: 20px;
font-family: 'Roboto', sans-serif;
}
@@ -396,14 +401,18 @@ section.fullwidth .image {
font-family: 'Roboto';
}
.sideimage {
- margin: 10px 0;
+ margin: 0px 0;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
+.sideImage p{
+ margin-top:0px;
+ padding-top:0px;
+}
.sideimage img {
- margin-right: 10px;
+ margin-right: 30px;
width: 200px;
height: 200px;
}
@@ -540,6 +549,14 @@ section.fullwidth .image {
height: 140px;
padding: 10px;
color: white;
+ font-weight: 300;
+ font-family: 'Roboto Mono'
+}
+.desktop .content .dataset-list a{
+ border:none;
+}
+.dataset-list a:hover{
+ border:none;
}
.dataset-list a:nth-child(3n+1) { background-color: rgba(255, 0, 0, 0.1); }
.desktop .dataset-list a:nth-child(3n+1):hover { background-color: rgba(255, 0, 0, 0.2); }
@@ -621,8 +638,8 @@ a.footnote_shim {
bottom: 8px;
}
.desktop a.footnote:hover {
- background-color: #ff8;
- color: #000;
+ /*background-color: #ff8;*/
+ color: #fff;
}
.backlinks {
margin-right: 10px;