Simplify logic, add Material Design ripple effect

This commit is contained in:
KOWX712
2024-12-26 20:52:01 +08:00
parent 10c02a6924
commit 1861e43a81
21 changed files with 190 additions and 184 deletions
+2 -9
View File
@@ -79,6 +79,8 @@
box-sizing: border-box;
margin-bottom: 5px;
transition: background-color 0.2s ease;
position: relative;
overflow: hidden;
}
.link-icon svg {
@@ -95,10 +97,6 @@
fill: #fff;
}
#telegram:active {
background-color: #1A78B3;
}
#github {
font-size: 18px;
padding: 3px 10px;
@@ -107,11 +105,6 @@
fill: #fff;
}
#github:active {
background-color: #4D4D4D;
}
#link-text {
font-size: 17px;
font-weight: bold;