A Word About

Copy Theme

CSS

/* 
   Written in 2019 by Louis Durrant

   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
*/

h2 {
    color: #EF8A23;
}
 
a {
    color: #EF8A23;
}
 
header p.description {
    font-style: italic;
}
 
article p {
    line-height: 1.9em;
}
 
article p a {
    color: #222;
    text-decoration: none;
    border-bottom: 2px solid #EF8A23;
}
article p a:hover {
    background-color: #EF8A23;
    color: white;
    text-decoration: none;
}
 
body {
    background-color: #fff;
}
 
body#post #blog-title a {
    padding: 4px 8px;
}
 
body#collection a.read-more {
    text-decoration: underline;
}
 
body#post header
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
 
img {
    display: block;
    margin: 0 auto;
}
 
header nav .views {
    display: none;
}
 
body#collection article p, body#subpage article p {
    line-height: 1.9em;
}
 
br {
    line-height: 3em;
}
 
.post-title {
    font-weight: bold;
}
.post-title a.u-url:link, .post-title a.u-url:visited {
    color: #EF8A23;
}
 
#blog-title a {
    color: #EF8A23;
}
#blog-title a:hover {
    color: #EF8A23;
}