Fix language wrapper border color

This commit is contained in:
Miraty 2023-11-03 10:09:58 +01:00
parent 0c75eb9dfd
commit 510da4d641

View file

@ -182,9 +182,9 @@ aside ul {
margin: 0;
padding: 0.3rem;
padding-top: 0;
border-bottom: 0.06rem solid black;
border-left: 0.06rem solid black;
border-right: 0.06rem solid black;
border-bottom: 0.06rem solid var(--foreground-color);
border-left: 0.06rem solid var(--foreground-color);
border-right: 0.06rem solid var(--foreground-color);
border-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
}