ezhil/static/css/dark.css

69 lines
796 B
CSS
Raw Normal View History

2019-10-12 17:04:38 +00:00
body {
2019-10-22 10:24:46 +00:00
color: #ddd;
2019-10-12 17:04:38 +00:00
background-color: #000;
}
::-moz-selection {
background: #666;
text-shadow: none
}
::selection {
background: #666;
text-shadow: none
}
hr {
border-color: #333;
}
blockquote {
2019-10-22 10:24:46 +00:00
border-color: #ddd;
2019-10-12 17:04:38 +00:00
}
h1,h2,h3,h4,h5,h6 {
2019-10-22 10:24:46 +00:00
color: #ddd;
2019-10-12 17:04:38 +00:00
}
a,a:hover {
2019-10-22 14:19:22 +00:00
color: #ff7979;
text-decoration: none;
}
.site-description a,
.site-description a:hover {
2019-10-22 10:24:46 +00:00
color: #ddd;
2019-10-12 17:04:38 +00:00
text-decoration: underline;
}
a:hover {
opacity: 0.8;
}
2019-10-17 19:57:21 +00:00
.post-tags .tags a {
2019-10-22 10:24:46 +00:00
border: 1px solid #ddd;
color: #ddd;
}
.site-title a {
color: #ddd;
text-decoration: none !important;
2019-10-17 19:57:21 +00:00
}
2019-10-12 17:04:38 +00:00
.header nav,
.footer {
border-color: #333;
}
.highlight {
background-color: #333;
}
2020-01-05 06:25:42 +00:00
table th {
background-color: #333;
}
table th, table td {
padding: 10px 20px;
border: 1px solid #666;
}