diff --git a/Push Procedure.txt b/Push Procedure.txt new file mode 100644 index 00000000..9fd4a537 --- /dev/null +++ b/Push Procedure.txt @@ -0,0 +1,14 @@ +🔧 Step-by-step in command prompt: +Check the status of your changes: + + +git add . +This adds all the changed files. If you only want specific files, you can do git add filename. + + +git commit -m "commit message here" +Write something descriptive (but it doesn’t need to be Shakespeare). + + +git push origin main +Replace main with master if your branch is called that — check with git branch. \ No newline at end of file diff --git a/src/css/injected.scss b/src/css/injected.scss index d4103699..4de7aa2b 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -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; } diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index 5a23f12b..dcf57632 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -28,7 +28,7 @@ export function OpenAboutPage() {

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!

Credits:

Nulkem created the original extension, was ported to Manifest V3 by MEGA-Dawg68, and is under active development by Crazypersonalph, SethBurkart123, and other contributors.

-

Full contributors list HERE

+

Full contributors list HERE

`).firstChild;