drip: Usar --foreground para la línea de los títulos
Así se ven bien en modo oscuro
This commit is contained in:
parent
893d9d043a
commit
690c0d76fc
1 changed files with 1 additions and 1 deletions
2
drip.css
2
drip.css
|
@ -20,7 +20,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
border-bottom: black solid 1px;
|
border-bottom: var(--foreground) solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img,
|
img,
|
||||||
|
|
Reference in a new issue