diff --git a/style.css b/style.css index f58e5199..cf71b492 100644 --- a/style.css +++ b/style.css @@ -400,6 +400,10 @@ body { font-size: 1.3rem; } +.app_download img:hover{ + transform: scale(1.1); +} + .btn a { text-decoration: none; color: brown; @@ -613,6 +617,11 @@ textarea { color: white; } +.fa-discord:hover { + background-color: #353535; + color: white; +} + #author { padding: 3px; border-radius: 3px;