Fix language wrapper border color
This commit is contained in:
parent
0c75eb9dfd
commit
510da4d641
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue