mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-16 21:23:00 +05:30
odyssey hated the light buttons so i brung it back
This commit is contained in:
parent
999a455243
commit
8c17611e3d
@ -49,10 +49,14 @@ a.visited {
|
|||||||
.button:hover {
|
.button:hover {
|
||||||
background-color: #00d4aa;
|
background-color: #00d4aa;
|
||||||
color: black;
|
color: black;
|
||||||
|
border-radius: 12px;
|
||||||
transform: translateY(-0.25em);
|
transform: translateY(-0.25em);
|
||||||
|
box-shadow: 0 0.5em 0.5em -0.4em #00755e;
|
||||||
}
|
}
|
||||||
.button:active {
|
.button:active {
|
||||||
|
transform: translateY(0.10em);
|
||||||
background-color: #4beacb;
|
background-color: #4beacb;
|
||||||
|
box-shadow: 0 0.5em 0.5em -0.4em #00c7a1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ResponsiveImage {
|
.ResponsiveImage {
|
||||||
|
Loading…
Reference in New Issue
Block a user