This commit is contained in:
syuilo 2020-03-20 18:55:15 +09:00
parent f31c94e2ea
commit 07ce365bfd
3 changed files with 13 additions and 8 deletions

View file

@ -279,6 +279,7 @@ hr {
position: relative;
background: var(--panel);
border-radius: var(--radius);
box-shadow: 0 0 0 1px var(--shadow);
}
main ._panel {