]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/css/application.css
Updates github addresses
[rbdr/r.bdr.sh] / jekyll / css / application.css
index 912081879bd699b6515b469eb33912201ddd61a8..f553df1da6fafc5f552410e48ed53393dc91beaa 100644 (file)
@@ -36,19 +36,34 @@ nav ul li a:focus {
 .postcontainer{
   margin: 2em 0;
   font-family: 'Signika', sans-serif;
 .postcontainer{
   margin: 2em 0;
   font-family: 'Signika', sans-serif;
-  letter-spacing: 0.05em;
+  letter-spacing: 0.03em;
   font-weight: 300;
   color: #03090f;
 }
 
   font-weight: 300;
   color: #03090f;
 }
 
-.postcontainer h1{
+.postcontainer h1,
+.postcontainer h2,
+.postcontainer h3 {
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   font-weight: 300;
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   font-weight: 300;
+}
+
+.postcontainer h1{
   color: #d30058;
   margin: 0.666em 1.333em 0;
 }
 
   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}
 .postcontainer.blue h1 {color: #0081cb}
 .postcontainer.green h1 {color: #43da30}
 .postcontainer.grey h1 {color: #9e978e}
@@ -100,10 +115,13 @@ nav ul li a:focus {
           column-gap: 6.154em;
 }
 
           column-gap: 6.154em;
 }
 
+.related p, .related li,
 .postcontent p, .postcontent li{
   font-size: 1.077em;
   line-height: 1.6em;
 .postcontent p, .postcontent li{
   font-size: 1.077em;
   line-height: 1.6em;
-  padding: 8px 0;
+  padding: 5px 0;
+  color: #54575a;
+  font-family: "Lato", sans-serif;
 }
 
 .postcontent a {color: #d30058}
 }
 
 .postcontent a {color: #d30058}
@@ -120,6 +138,10 @@ nav ul li a:focus {
   font-weight: 400;
 }
 
   font-weight: 400;
 }
 
+.postcontent iframe{
+  display: block;
+}
+
 .go-to-top {color:#99a3a4; margin: 1.538em 3.077em; display: block}
 
 .main-container section,
 .go-to-top {color:#99a3a4; margin: 1.538em 3.077em; display: block}
 
 .main-container section,
@@ -153,3 +175,5 @@ nav ul li a:focus {
 
 .paginator {font-size: 1.077em; margin: 2.857em; font-family: "Lato", sans-serif}
 .paginator a{color:#99a3a4}
 
 .paginator {font-size: 1.077em; margin: 2.857em; font-family: "Lato", sans-serif}
 .paginator a{color:#99a3a4}
+
+code {overflow-wrap: normal}