themes/ezhil: tweak dark theme CSS

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-13 22:32:32 +05:30
parent 4a138b4a1e
commit 8b32410341
1 changed files with 13 additions and 8 deletions

View File

@ -25,7 +25,16 @@ h1,h2,h3,h4,h5,h6 {
color: #ddd;
}
a,a:hover {
a {
color: #ff7979;
text-decoration-style: solid;
text-decoration-color: #ff7979;
text-decoration-thickness: .125em;
text-underline-offset: 1.5px;
word-break: break-word;
}
a:hover, .linkplain {
color: #ff7979;
text-decoration: none;
}
@ -36,10 +45,6 @@ a,a:hover {
text-decoration: underline;
}
a:hover {
opacity: 0.8;
}
.post-tags .tags a {
border: 1px solid #ddd;
color: #ddd;
@ -64,10 +69,10 @@ table th {
}
table th, table td {
padding: 10px 20px;
border: 1px solid #666;
padding: 10px 20px;
border: 1px solid #666;
}
pre code {
display: inline-block
display: inline-block
}