1
Fork 0

Add borders to various boxes.

This commit is contained in:
Bauke 2022-01-30 12:02:24 +01:00
parent f47b53b928
commit 24640cce06
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@
.explainer {
background-color: var(--background-2);
border: 1px solid var(--foreground-2);
margin-top: 1rem;
max-width: 70rem;
padding: 1rem;

View File

@ -1,6 +1,6 @@
.release {
background-color: var(--background-2);
box-shadow: 0 0 1rem #000;
border: 1px solid var(--foreground-2);
margin: 2rem auto;
max-width: 40rem;
}

View File

@ -3,6 +3,7 @@
.setting {
background-color: var(--background-2);
border: 1px solid var(--foreground-2);
margin-top: 1rem;
max-width: 70rem;
padding: 1rem;