Fix breakage caused by previous commit

This commit is contained in:
David Lapshin
2024-05-20 19:43:57 +03:00
parent 399be13097
commit 0117694365
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
position: absolute; position: absolute;
transform: translateY(-300%); transform: translateY(-300%);
z-index: 999; z-index: 999;
background: var(--bg-color); background: var(--bg-color), var(--primary-color);
&:focus { &:focus {
transform: translateY(0); transform: translateY(0);

View File

@ -98,7 +98,7 @@ hr {
&::after { &::after {
position: relative; position: relative;
top: -1.5rem; top: -1.5rem;
background: var(--bg-color); background: var(--bg-color), var(--primary-color);
padding: 0 0.25rem; padding: 0 0.25rem;
content: "☙❧"; content: "☙❧";
} }