Merge pull request #8 from mntn-xyz/patch-5

Fix issue with .page__body outline on Firefox
This commit is contained in:
Joe Roe 2021-08-09 13:28:42 +02:00 committed by GitHub
commit f76087a312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
.page__body {
grid-area: body;
background-color: var(--bg);
outline: 1rem solid var(--bg);
box-shadow: 0 0 0 1rem var(--bg);
}
.page__aside {