Change name of class selector

This commit is contained in:
Jones Jankovic
2025-06-02 19:10:52 +09:30
parent 0b93223b84
commit 4c55cf4331
3 changed files with 17 additions and 3 deletions
+2 -2
View File
@@ -3397,7 +3397,7 @@ body {
margin-bottom: 12px;
}
.about-here-link {
.AboutPageLink {
background: rgba(0, 102, 255, 0.07) !important;
border-radius: 0.3em !important;
padding: 2px 10px !important;
@@ -3406,7 +3406,7 @@ body {
transition: background 0.2s, color 0.2s !important;
cursor: pointer !important;
}
.about-here-link:hover {
.AboutPageLink:hover {
background: rgba(0, 102, 255, 0.13) !important;
color:rgb(80, 168, 255) !important;
}