Update injected.scss

remove CSS for old "here" button
This commit is contained in:
Jones
2025-06-04 07:43:45 +09:30
committed by GitHub
parent c53de6ed8d
commit ee002991af
-14
View File
@@ -3397,20 +3397,6 @@ body {
margin-bottom: 12px; margin-bottom: 12px;
} }
.AboutPageLink {
background: rgba(0, 102, 255, 0.07) !important;
border-radius: 0.3em !important;
padding: 2px 10px !important;
color:rgb(56, 166, 255) !important;
font-weight: 500 !important;
transition: background 0.2s, color 0.2s !important;
cursor: pointer !important;
}
.AboutPageLink:hover {
background: rgba(0, 102, 255, 0.13) !important;
color:rgb(80, 168, 255) !important;
}
@keyframes shimmer { @keyframes shimmer {
0% { 0% {
background-position: -1000px 0; background-position: -1000px 0;