mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
19 lines
368 B
CSS
19 lines
368 B
CSS
|
#mob-github {
|
||
|
color: #1a1a2e;
|
||
|
background-color: aquamarine;
|
||
|
/* width: 130px;
|
||
|
height: 50px; */
|
||
|
padding: 20px 30px;
|
||
|
text-align: center;
|
||
|
vertical-align: center;
|
||
|
margin-top: 20px ;
|
||
|
border-radius: 0.2rem;
|
||
|
|
||
|
}
|
||
|
|
||
|
#mob-github:hover {
|
||
|
transform: scale(1.2);
|
||
|
background-color: #1a1a2e;
|
||
|
color: aquamarine;
|
||
|
border: 4px solid aquamarine;
|
||
|
}
|