Initiate new theme

This commit is contained in:
Avijit 🚀
2021-05-24 14:00:06 +02:00
parent a4d7d1215b
commit 6d14eab549
45 changed files with 44 additions and 1559 deletions

View File

@@ -1,71 +0,0 @@
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;
}