Updated text

This commit is contained in:
Editor Rust 2023-07-18 17:38:32 -04:00
parent 165c289f68
commit 322fab9aa9
2 changed files with 30 additions and 18 deletions

View file

@ -100,6 +100,10 @@ a {
opacity: .8;
}
.thoughts-preview h2:hover {
text-decoration: underline;
}
.thoughts-preview h2:before {
display: none;
}
@ -183,6 +187,13 @@ a {
}
@media (prefers-color-scheme: dark) {
.thoughts-preview h2 {
color: #eee;
}
.thoughts-preview * {
color: #ddd;
}
.progress-parent {
background-color: #444;
}