Anxiety

Copy Theme

CSS

/* Written in 2020 by Max Henderson

   To the extent possible under law, the author(s) have dedicated all 
   copyright and related and neighboring rights to this software to the 
   public domain worldwide. This software is distributed without any 
   warranty.

   You should have received a copy of the CC0 Public Domain Dedication 
   along with this software. If not, see 
   http://creativecommons.org/publicdomain/zero/1.0

   I am not a web designer or coder. This code is messy. Hope you enjoy.          
   Open to any suggestions. 

*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Corben&display=swap');
@import url("https://use.typekit.net/gez6kvf.css");

body {background-color: #393939;}

#blog-title a {
    font-family: Corben !important;
    /* font-style:bold !important; */
    color: #ffffff;
}

header p.description {
   /* font-style: italic; */ 
    font-family: Lato !important;
    line-height: 200% !important;
    color: #FF5964 !important;
    margin-left: inherit;
    margin-right: inherit;
}

header p.description:before {
    content:"anxious musings from a member of the lost generation \A" !important;
    color: #35A7FF;
    text-align: center;
    display:block;
    position:relative;
    margin-left:inherit;
    margin-right:inherit;
    
}

header p.description:after {
    content:"\A welcome to my mind";
    color: #FFAA5A;
    text-align: center;
    position:relative;
    display:block;
    margin-left:inherit;
    margin-right:inherit;
}

body#collection header {
   margin-bottom: 1em !important;
}

header nav a {
    color: #FFEC72;
    font-family: 'Lato';
    /* margin-bottom: 1em; */
}

body, article {
    font-family: Lato, sans-serif !important;
    line-height: 150% !important;
    color: #ffffff;
    /* margin-top:1rem !important; */
}


body, article a:link {
    color: #A587FF;
}

body, article a:visited {
    color: #FF7FD6;
 }

h2 {
    color:#ffffff !important;
}

.post-title a:visited, .post-title a:link {
    color: #1CD97B !important;
    font-size: 1rem !important;
    font-weight: normal !important;
}

body footer nav {
    color: #ffffff;
}

blockquote {
    color: #ffffff !important;
}

body footer a.home:link, body footer a.home:visited {
    color: #000000;
}

.action {
    font-family: Lato;
}

nav#manage ul a {
    color: #e3e3e3;
}

nav#paging a {
    color: #ffffff !important;
    font-family: Lato !important;
}

#emailsub p {
    color:#ffffff;
}

a.bt {
   background-color:#ffffff !important; 
   color: #393939 !important;
}