Skip to content

Commit

Permalink
change: betterbluesky settings color and save text
Browse files Browse the repository at this point in the history
  • Loading branch information
Nem-Tudo committed Sep 11, 2024
1 parent b45bca7 commit 3942bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function settingsPopup() {
<input type="checkbox" id="preferences" class="pugbox" name="updatenotes" />
<button id="refresh-btn" class="refresh-page">Atualizar ✨</button>
<button id="refresh-btn" class="refresh-page">Salvar ✨</button>
</div>
</div>`)
}
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ div[id^="radix-"]:not([data-radix-menu-content]):hover .css-146c3p1 {
}

.bb-settings-text {
color: #ff8300;
color: var(--font-color);
font-size: 1.2rem;
padding-right: 2.5rem;
max-width: 10rem;
Expand Down

1 comment on commit 3942bed

@pungus7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MAKE IT A PREFERENCE!!!!!!!!!!!

Please sign in to comment.