add background-color to hr tags

This commit is contained in:
schlagmichdoch 2023-01-10 15:55:36 +01:00
parent 7deeba161b
commit 966aa1938b

View file

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