feat(front/style): add hr default style

This commit is contained in:
Alice Gaudon 2022-03-06 18:36:02 +01:00
parent 144a72895e
commit 9f17c5b8cd
1 changed files with 7 additions and 0 deletions

View File

@ -166,6 +166,13 @@ ul {
list-style-type: '- ';
}
hr {
margin: 0;
border: 0;
border-top: 1px solid var(--on-background);
opacity: 0.2;
}
.primary, .bold {
--color: var(--primary-on-background);
--background-color: var(--background);