mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-06-07 13:54:14 -04:00
Updated text
This commit is contained in:
parent
165c289f68
commit
322fab9aa9
2 changed files with 30 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue