169 lines
No EOL
3.3 KiB
CSS
169 lines
No EOL
3.3 KiB
CSS
body {
|
|
color:hsla(0,0%,100%,.75);
|
|
background:var(--darkmode)
|
|
}
|
|
img {
|
|
opacity:.9
|
|
}
|
|
.site-header-background:before {
|
|
background:rgba(0,0,0,.6)
|
|
}
|
|
.post-feed {
|
|
background:var(--darkmode)
|
|
}
|
|
.post-card,
|
|
.post-card:hover {
|
|
border-bottom-color:#17191c
|
|
}
|
|
.author-profile-image {
|
|
background:var(--darkmode)
|
|
}
|
|
.post-card-byline-content a {
|
|
color:hsla(0,0%,100%,.75)
|
|
}
|
|
.post-card-byline-content a:hover {
|
|
color:#fff
|
|
}
|
|
.post-card-image {
|
|
background:var(--darkmode)
|
|
}
|
|
.post-card-title {
|
|
color:hsla(0,0%,100%,.85)
|
|
}
|
|
.post-card-excerpt {
|
|
color:#90a2aa
|
|
}
|
|
.author-avatar,
|
|
.static-avatar {
|
|
border-color:#1a1c20
|
|
}
|
|
.page-template .site-main,
|
|
.post-full-content,
|
|
.post-template .site-main,
|
|
.site-main {
|
|
background:var(--darkmode)
|
|
}
|
|
.post-full-title {
|
|
color:hsla(0,0%,100%,.9)
|
|
}
|
|
.post-full-custom-excerpt {
|
|
color:#90a2aa
|
|
}
|
|
.post-full-image {
|
|
background-color:#17191c
|
|
}
|
|
.post-full-byline {
|
|
border-top-color:#272a30
|
|
}
|
|
.post-full-byline-meta h4 a {
|
|
color:hsla(0,0%,100%,.75)
|
|
}
|
|
.post-full-byline-meta h4 a:hover {
|
|
color:#fff
|
|
}
|
|
.author-list-item .author-card {
|
|
background:#0e0f11;
|
|
box-shadow:0 12px 26px rgba(0,0,0,.4)
|
|
}
|
|
.author-list-item .author-card:before {
|
|
border-top-color:#0e0f11
|
|
}
|
|
.no-image .author-social-link a {
|
|
color:hsla(0,0%,100%,.75)
|
|
}
|
|
.post-full-content h1,
|
|
.post-full-content h2,
|
|
.post-full-content h3,
|
|
.post-full-content h4,
|
|
.post-full-content h6 {
|
|
color:hsla(0,0%,100%,.9)
|
|
}
|
|
.post-full-content a {
|
|
color:#fff;
|
|
box-shadow:inset 0 -1px 0 #fff
|
|
}
|
|
.post-full-content em,
|
|
.post-full-content strong {
|
|
color:#fff
|
|
}
|
|
.post-full-content code {
|
|
color:#fff;
|
|
background:#000
|
|
}
|
|
hr {
|
|
border-top-color:#17191c
|
|
}
|
|
.post-full-content hr:after {
|
|
background:#17191c;
|
|
box-shadow:var(--darkmode) 0 0 0 5px
|
|
}
|
|
.post-full-content figcaption {
|
|
color:hsla(0,0%,100%,.6)
|
|
}
|
|
.post-full-content table td:first-child {
|
|
background-image:linear-gradient(90deg,var(--darkmode) 50%,rgba(5,5,6,0))
|
|
}
|
|
.post-full-content table td:last-child {
|
|
background-image:linear-gradient(270deg,var(--darkmode) 50%,rgba(5,5,6,0))
|
|
}
|
|
.post-full-content table th {
|
|
color:hsla(0,0%,100%,.85);
|
|
background-color:#17191c
|
|
}
|
|
.post-full-content table td,
|
|
.post-full-content table th {
|
|
border:1px solid #17191c
|
|
}
|
|
.post-full-content .kg-bookmark-container,
|
|
.post-full-content .kg-bookmark-container:hover {
|
|
color:hsla(0,0%,100%,.75);
|
|
box-shadow:0 0 1px hsla(0,0%,100%,.9)
|
|
}
|
|
.post-full-content input {
|
|
color:#303a3e
|
|
}
|
|
.kg-bookmark-title {
|
|
color:#fff
|
|
}
|
|
.kg-bookmark-description,
|
|
.kg-bookmark-metadata {
|
|
color:hsla(0,0%,100%,.75)
|
|
}
|
|
.site-archive-header .no-image {
|
|
color:hsla(0,0%,100%,.9);
|
|
background:var(--darkmode)
|
|
}
|
|
.site-archive-header .no-image .site-header-content {
|
|
border-bottom-color:#272a30
|
|
}
|
|
.site-header-content .author-profile-image {
|
|
box-shadow:0 0 0 6px hsla(0,0%,100%,.04)
|
|
}
|
|
.subscribe-form {
|
|
border:none;
|
|
background:linear-gradient(#000,#000)
|
|
}
|
|
.subscribe-form-title {
|
|
color:hsla(0,0%,100%,.9)
|
|
}
|
|
.subscribe-form p {
|
|
color:hsla(0,0%,100%,.7)
|
|
}
|
|
.subscribe-email {
|
|
border-color:#121417;
|
|
color:hsla(0,0%,100%,.9);
|
|
background:#0b0c0e
|
|
}
|
|
.subscribe-email:focus {
|
|
border-color:#3e434c
|
|
}
|
|
.subscribe-form button {
|
|
opacity:.9
|
|
}
|
|
.subscribe-form .error .message-error,
|
|
.subscribe-form .invalid .message-error {
|
|
color:#ed694d
|
|
}
|
|
.subscribe-form .success .message-success {
|
|
color:#abcf51
|
|
} |