Background-less footer, string tweaks

This commit is contained in:
daudix
2024-06-20 20:17:52 +03:00
parent 238f84de30
commit 3ff75f2f7d
5 changed files with 19 additions and 16 deletions

View File

@ -3,7 +3,7 @@
flex-direction: row;
justify-content: space-between;
align-items: baseline;
margin-top: 6rem;
margin-top: 4rem;
}
.inline-button {

View File

@ -1,6 +1,10 @@
.crt {
margin: 1rem 0 1rem;
box-shadow: 0 0 0 1px var(--primary-color-alpha), 0 2px 6px 2px var(--primary-color-alpha), 0 4px 24px 4px var(--primary-color-alpha);
box-shadow:
var(--edge-highlight),
0 0 0 1px var(--primary-color-alpha),
0 2px 6px 2px var(--primary-color-alpha),
0 4px 24px 4px var(--primary-color-alpha);
border-radius: var(--rounded-corner);
background: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85)), var(--primary-color);

View File

@ -1,7 +1,6 @@
#site-footer {
margin-top: 6rem;
background-color: var(--fg-muted-1);
padding: 2rem 0 2rem;
margin-top: 4rem;
padding: 2rem 0;
text-align: center;
nav {