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

@ -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);