mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
90e865e2a2
* mirror changes to mob-menu * added edit-wiki link to readme * fixed misaligned close icon * removed junk commented code
19 lines
No EOL
368 B
CSS
19 lines
No EOL
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;
|
|
} |