diff options
Diffstat (limited to 'site/assets/css')
| -rw-r--r-- | site/assets/css/css.css | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 6c609b0d..ba2541b8 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -89,6 +89,7 @@ header .links a { transition: color 0.1s cubic-bezier(0,0,1,1), border-color 0.1s cubic-bezier(0,0,1,1); border-bottom: 1px solid rgba(255,255,255,0); padding: 3px; + font-weight: 500; } header .links a.active { color: #bbb; @@ -139,8 +140,8 @@ footer a:hover { h1 { color: #ddd; - font-weight: 300; - font-size: 24pt; + font-weight: 400; + font-size: 28pt; margin: 75px 0 10px; padding: 0; transition: color 0.2s cubic-bezier(0,0,1,1); @@ -158,7 +159,7 @@ h2 { h3 { margin: 0 0 20px 0; padding: 20px 0 0 0; - font-size: 14pt; + font-size: 16pt; font-weight: 500; transition: color 0.2s cubic-bezier(0,0,1,1); font-family: 'Roboto'; @@ -184,16 +185,19 @@ h4 { padding: 0 0 10px 0; font-family: 'Roboto Mono'; font-weight: 400; - font-size: 14px; + font-size: 13px; text-transform: uppercase; letter-spacing: 2px; } - +.right-sidebar ul li a{ + border-bottom: 0; +} th, .gray { font-family: 'Roboto Mono', monospace; - font-weight: 400; + font-weight: 500; text-transform: uppercase; - color: #666; + letter-spacing: .15rem; + color: #999; } th, .gray { font-size: 9pt; @@ -266,6 +270,7 @@ p { border-left: 1px solid #444; font-family: 'Roboto'; font-size: 14px; + font-weight: 400; } .right-sidebar .meta { flex-direction: column; @@ -599,10 +604,10 @@ section.intro_section { font-weight: 300; } .intro_section .hero_subdesc { - font-size: 18px; + font-size: 17px; line-height: 36px; max-width: 640px; - font-weight: 300; + font-weight: 400; color: #ddd; } .intro_section div > span { @@ -626,12 +631,15 @@ page-specific formatting .content-about > section > ul li{ display:inline-block; font-size: 12px; - margin-right: 10px; + font-weight: 400; + margin-right: 5px; + text-transform: uppercase; } .content-about > section > ul li a{ - border-bottom: none: + border-bottom: 0; } + /* footnotes */ a.footnote { |
