add background-color to hr tags

This commit is contained in:
schlagmichdoch 2023-01-10 15:55:36 +01:00
parent 7deeba161b
commit 966aa1938b
1 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,10 @@ a {
cursor: pointer;
}
hr {
background-color: white;
}
/* Icons */