mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Change name of class selector
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ export function OpenAboutPage() {
|
||||
<p>We are currently working on fixing bugs and adding useful features. If you want to make a feature request or report a bug, you can do so on GitHub (find icon below). We are always looking for more contributors!</p>
|
||||
<h1>Credits:</h1>
|
||||
<p>Nulkem created the original extension, was ported to Manifest V3 by MEGA-Dawg68, and is under active development by Crazypersonalph, SethBurkart123, and other contributors.</p>
|
||||
<p> Full contributors list <a href="https://github.com/BetterSEQTA/BetterSEQTA-Plus/graphs/contributors" class="about-here-link">HERE</a></p>
|
||||
<p> Full contributors list <a href="https://github.com/BetterSEQTA/BetterSEQTA-Plus/graphs/contributors" class="AboutPageLink">HERE</a></p>
|
||||
</div>
|
||||
`).firstChild;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user