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;
transform: translateY(-300%);
z-index: 999;
background: var(--bg-color);
background: var(--bg-color), var(--primary-color);
&:focus {
transform: translateY(0);

View File

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