fix shadow and buttons

This commit is contained in:
MeowcaTheoRange 2024-10-11 12:55:04 -05:00
parent 3b6d7cb58d
commit 54723ba334
2 changed files with 4 additions and 1 deletions

View file

@ -80,6 +80,7 @@ button {
border: 1px solid currentColor; border: 1px solid currentColor;
padding: 4px 8px; padding: 4px 8px;
font: inherit; font: inherit;
font-weight: 500;
} }
input[type=submit], input[type=submit],

View file

@ -59,7 +59,7 @@ main .cakeView {
main .cakeView section { main .cakeView section {
background-color: rgba(var(--bg), 1); background-color: rgba(var(--bg), 1);
box-shadow: 0px 0px 4rem 4rem rgba(var(--bg), 1); box-shadow: 0 0 2rem 4rem rgba(var(--bg), 1);
} }
/* @media (prefers-color-scheme: dark) { /* @media (prefers-color-scheme: dark) {
@ -131,6 +131,7 @@ button {
.satisfiedBox a:hover { .satisfiedBox a:hover {
filter: invert(100%); filter: invert(100%);
opacity: 1;
text-decoration-color: transparent; text-decoration-color: transparent;
padding: 4px; padding: 4px;
margin: -4px 0; margin: -4px 0;
@ -138,6 +139,7 @@ button {
.cta:hover { .cta:hover {
filter: invert(100%); filter: invert(100%);
opacity: 1;
text-decoration-color: transparent; text-decoration-color: transparent;
padding: 8px 16px; padding: 8px 16px;
border-color: rgb(var(--bg)); border-color: rgb(var(--bg));