X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/23760dda4174ba8eced33991c1294fd529e8ad42..76975175aec2400f002afd918d132cbba66ae0f6:/jekyll/css/application.css?ds=sidebyside diff --git a/jekyll/css/application.css b/jekyll/css/application.css index f8b1bf2..dc53921 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -41,14 +41,29 @@ nav ul li a:focus { 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} @@ -106,6 +121,16 @@ nav ul li a:focus { padding: 8px 0; } +.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 +167,4 @@ nav ul li a:focus { /* Paginator */ .paginator {font-size: 1.077em; margin: 2.857em; font-family: "Lato", sans-serif} +.paginator a{color:#99a3a4}