Painkiller Bullet

Copy Theme

CSS

/* Written in 2020 by Jesse Watson

 This theme is licensed under a Creative Commons Attribution 4.0 
 International License.

 You should have received a copy of the license along with this
 work. If not, see http://creativecommons.org/licenses/by/4.0/
*/

body {
  background-color: #232931;
  font-family: monospace;
}

a {
    color: #4ecca3;
}

li {
    color: #ccc;
}

body footer {
    font-family: serif;
}

.post-title a:visited {
    color: #4ecca3;
    font-family: monospace;
}

.post-title a:link {
    color: #4ecca3;
    font-family: monospace;
}

body#post article h2#title {
    color: #ccc;
}

body#collection #wrapper h2, body#subpage {
    color: #ccc;
}

#official-writing h2, #official-writing h3, #official-writing h4, #wrapper h2, #wrapper h3, #wrapper h4 {
    color: #ccc;
}

body#collection article .book a.hidden.action {
    color: #4ecca3;
    font-family: monospace;
}

body h1 a {
    color: #4ecca3;
}

body h1 a:hover {
    color: #666;
}

post-title {
    color: #393e46;
}

body h1 a:hover {
    color: #393e46;
}

body#post article h2 {
    color: #ccc;
}

body footer nav {
    color: #ccc;
}

p {
  color: #ccc;
}

h1 {
  color: #ffffff;
  background-color: #24242;
}

hr {
    background-color: #4ecca3;
}

header nav a, header nav span {
    color: #666;
}

body#collection #wrapper h2+time, body#subpage #wrapper h2+time {
    color: #ccc;
}

#wrapper h2, #wrapper h2#h2-heading {
    color: #ccc;
}

#wrapper h5#h5-heading {
    color: #ccc;
}

body#post article code, body#post article h1, body#post article h2, body#post article h3, body#post article h4, body#post article h5, body#post article h6, body#post article ol, body#post article p, body#post article ul{
    color: #ccc;
}

#wrapper h6#h6-heading {
    color: #ccc;
}

#wrapper td {
    color: #ccc;
}

td {
    color: #ccc;
    padding-left: 9px;
    padding-right: 9px;
}

th {
    color: #ccc;
    padding-left: 9px;
    padding-right: 9px;
}

tr:nth-child(even) {
    background-color: #393e46
}

tr {
    border-left: 1px solid #393e46;
}

#wrapper th {
    color: #ccc;
}

body#post article code {
    background-color: #393e46;
    color: #4ecca3;
}

#collection #wrapper code {
    background-color: #393e46;
    color: #4ecca3;
}

#collection #wrapper pre {
    background-color: #393e46;
}

body#post pre {
    background: #393e46;
}

body#collection blockquote, body#post blockquote, body#subpage blockquote {
    border-left: 4px solid #4ecca3;
}

table {
    width: -webkit-fill-available;
    border-collapse: separate;
    border-spacing: 0;
}

thead {
    background: #393e46;
}