We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea47f3e commit f220542Copy full SHA for f220542
static/style.css
@@ -69,12 +69,12 @@ a:active {
69
vertical-align: middle;
70
cursor: pointer;
71
background: var(--color-accent);
72
+ border: 2px solid rgb(255 255 255 / 50%);
73
border-radius: 0.6rem;
74
font-size: 1.5rem;
75
font-weight: bold;
76
line-height: 1;
77
padding: 1rem 1.5rem;
- box-shadow: inset 0 5px 10px rgb(0 0 0 / 30%);
78
transition: background-color 0.2s ease-in-out;
79
}
80
0 commit comments