X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/23760dda4174ba8eced33991c1294fd529e8ad42..903ba33222f676e67423f899fc5bfa298d1393b1:/jekyll/css/application.css?ds=inline diff --git a/jekyll/css/application.css b/jekyll/css/application.css index f8b1bf2..673e3a4 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -36,19 +36,34 @@ nav ul li a:focus { .postcontainer{ margin: 2em 0; font-family: 'Signika', sans-serif; - letter-spacing: 0.05em; + letter-spacing: 0.03em; font-weight: 300; color: #03090f; } -.postcontainer h1{ +.postcontainer h1, +.postcontainer h2, +.postcontainer h3 { font-family: 'Oswald', sans-serif; text-transform: uppercase; font-weight: 300; +} + +.postcontainer h1{ color: #d30058; margin: 0.666em 1.333em 0; } +.postcontainer h2 { + color:#99a3a4; + font-size: 1.692em; +} + +.postcontainer h3{ + color:#99a3a4; + font-size: 1.384em; +} + .postcontainer.blue h1 {color: #0081cb} .postcontainer.green h1 {color: #43da30} .postcontainer.grey h1 {color: #9e978e} @@ -104,8 +119,20 @@ nav ul li a:focus { font-size: 1.077em; line-height: 1.6em; padding: 8px 0; + color: #54575a; + font-family: "Lato", sans-serif; } +.postcontent a {color: #d30058} +.blue .postcontent a {color: #0081cb} +.green .postcontent a {color: #43da30} +.grey .postcontent a {color: #9e978e} +.yellow .postcontent a {color: #ffda00} +.orange .postcontent a {color: #fd3839} +.red .postcontent a {color: #f32240} +.cyan .postcontent a {color: #74d0eb} +.purple .postcontent a {color: #400098} + .postcontent strong{ font-weight: 400; } @@ -142,3 +169,4 @@ nav ul li a:focus { /* Paginator */ .paginator {font-size: 1.077em; margin: 2.857em; font-family: "Lato", sans-serif} +.paginator a{color:#99a3a4}