mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Update OpenAboutPage.ts - Fix coloring
This commit is contained in:
@@ -13,14 +13,14 @@ export function OpenAboutPage() {
|
|||||||
background: rgba(0, 102, 255, 0.07) !important;
|
background: rgba(0, 102, 255, 0.07) !important;
|
||||||
border-radius: 0.3em !important;
|
border-radius: 0.3em !important;
|
||||||
padding: 2px 10px !important;
|
padding: 2px 10px !important;
|
||||||
color: #176bb2 !important;
|
color:rgb(56, 166, 255) !important;
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
transition: background 0.2s, color 0.2s !important;
|
transition: background 0.2s, color 0.2s !important;
|
||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
}
|
}
|
||||||
.about-here-link:hover {
|
.about-here-link:hover {
|
||||||
background: rgba(0, 102, 255, 0.13) !important;
|
background: rgba(0, 102, 255, 0.13) !important;
|
||||||
color: #124c87 !important;
|
color:rgb(80, 168, 255) !important;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
document.head.appendChild(style);
|
document.head.appendChild(style);
|
||||||
|
|||||||
Reference in New Issue
Block a user