odyssey hated the light buttons so i brung it back

This commit is contained in:
Midou36O 2022-04-22 22:34:42 +00:00
parent 999a455243
commit 8c17611e3d
Signed by untrusted user: midou
GPG Key ID: 08063D5407090BC2

View File

@ -49,10 +49,14 @@ a.visited {
.button:hover {
background-color: #00d4aa;
color: black;
border-radius: 12px;
transform: translateY(-0.25em);
box-shadow: 0 0.5em 0.5em -0.4em #00755e;
}
.button:active {
transform: translateY(0.10em);
background-color: #4beacb;
box-shadow: 0 0.5em 0.5em -0.4em #00c7a1;
}
.ResponsiveImage {
@ -81,4 +85,4 @@ a.visited {
.ResponsiveImage {
max-inline-size: 100%;
}
}
}