brainsteam.co.uk/new_files/css/dark.css

72 lines
1020 B
CSS
Raw Normal View History

2021-12-21 13:30:09 +00:00
html.dark body {
color: #ddd;
background-color: #000;
}
html.dark ::-moz-selection {
background: #9375fd;
color: #fff;
text-shadow: none
}
html.dark ::selection {
background: #9375fd;
color: #fff;
text-shadow: none
}
html.dark hr {
border-color: #333;
}
html.dark blockquote {
border-color: #ddd;
}
html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
color: #ddd;
}
html.dark a,a:hover {
color: #9375fd;
text-decoration: none;
}
html.dark table tbody tr:nth-of-type(even) {
background-color: rgba(255, 255, 255, 0.15);
}
html.dark .site-description a,
html.dark .site-description a:hover {
color: #ddd;
text-decoration: underline;
}
html.dark a:hover {
opacity: 0.8;
}
html.dark .post-tags .tags a {
border: 1px solid #ddd;
color: #ddd;
}
html.dark .site-title a {
color: #ddd;
text-decoration: none !important;
}
html.dark .header nav,
html.dark .footer {
border-color: #333;
}
html.dark .highlight {
background-color: #333;
}