link redirect quick fix

This commit is contained in:
KOWX712
2024-12-07 20:52:01 +08:00
parent a2b2da27f8
commit f576b4bb2f
3 changed files with 54 additions and 19 deletions
+27 -8
View File
@@ -348,14 +348,6 @@ body {
font-size: 14px;
}
.about-content p span[data-i18n="telegram_channel"] {
font-weight: bold;
}
.about-content p span[data-i18n="github"] {
font-weight: bold;
}
.about-content p[data-i18n="disclaimer"] {
font-style: italic;
}
@@ -369,6 +361,25 @@ body {
font-size: 16px;
}
#telegram {
font-weight: bold;
padding: 5px 10px;
background-color: #38A7ED;
color: #fff;
border-radius: 8px;
margin-right: 5px;
transition: background-color 0.2s ease;
}
#github {
font-weight: bold;
padding: 5px 10px;
background-color: #1E1E1E;
color: #fff;
border-radius: 8px;
transition: background-color 0.2s ease;
}
.search-menu-container {
display: flex;
position: fixed;
@@ -753,6 +764,14 @@ body {
background-color: #830000;
}
#telegram:active {
background-color: #1A78B3;
}
#github:active {
background-color: #585858;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;