fix shadow and buttons
This commit is contained in:
parent
3b6d7cb58d
commit
54723ba334
2 changed files with 4 additions and 1 deletions
|
@ -80,6 +80,7 @@ button {
|
|||
border: 1px solid currentColor;
|
||||
padding: 4px 8px;
|
||||
font: inherit;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
input[type=submit],
|
||||
|
|
|
@ -59,7 +59,7 @@ main .cakeView {
|
|||
|
||||
main .cakeView section {
|
||||
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) {
|
||||
|
@ -131,6 +131,7 @@ button {
|
|||
|
||||
.satisfiedBox a:hover {
|
||||
filter: invert(100%);
|
||||
opacity: 1;
|
||||
text-decoration-color: transparent;
|
||||
padding: 4px;
|
||||
margin: -4px 0;
|
||||
|
@ -138,6 +139,7 @@ button {
|
|||
|
||||
.cta:hover {
|
||||
filter: invert(100%);
|
||||
opacity: 1;
|
||||
text-decoration-color: transparent;
|
||||
padding: 8px 16px;
|
||||
border-color: rgb(var(--bg));
|
||||
|
|
Loading…
Reference in a new issue