Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Apr 16, 2024
1 parent 9be13aa commit e60ba9d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ _Thank you to @Gibbu to providing this._

Note: ClearVision doesn't actively support plugins (as in, we don't seek out and actively theme fixes to every new plugin). However, when a plugin is widely used, we try our best to stay compatible.

__For BD and Vencord:__
**For BD and Vencord:**

Download the theme file from [our official support server](https://clearvision.github.io/join), [the BetterDiscord Website](https://betterdiscord.app/theme/ClearVision) or [releases](https://github.com/ClearVision/ClearVision-v6/releases) and move it into your injector's themes folder:

- BetterDiscord: `%appdata%\betterdiscord\themes`
- Vencord: `%appdata%\vencord\themes`

__For Replugged:__
**For Replugged:**

Check out our replugged theme [here!](https://github.com/ClearVision/CV-Replugged)

Expand Down
2 changes: 1 addition & 1 deletion lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5348,4 +5348,4 @@ pre {
}
.secondaryButtonPresentation_a9ebe0 {
@extend %pollSecondaryButton !optional;
}
}
3 changes: 2 additions & 1 deletion src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
%appMount {
background: cv('bg.app.overlay');
}
%shakeable, body {
%shakeable,
body {
background: transparent;
}
%bg {
Expand Down
12 changes: 6 additions & 6 deletions src/messages/poll.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
%poll {
background: var(--background-overlay);
background: var(--background-overlay);
}
/* selection */
%pollAnswerSelectionIcon %pollRadioForeground {
fill: $main-color;
fill: $main-color;
}

%pollAnswer %pollAnswerInner%pollAnswerCurrentlyVoting%pollAnswerSelected {
outline: 2px solid $main-color;
outline: 2px solid $main-color;
}
%pollAnswer:hover %pollAnswerInner%pollAnswerCurrentlyVoting {
outline: 2px solid $hover-color;
outline: 2px solid $hover-color;
}
%pollSecondaryButton {
background-color: $main-color;
}
background-color: $main-color;
}
2 changes: 1 addition & 1 deletion src/modals/userModal.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Force bounding box to layer parent
%themeDark %modalRoot[style*=transform]:has(%userModalOuter) {
%themeDark %modalRoot[style*='transform']:has(%userModalOuter) {
transform: none !important;
z-index: 0;
}
Expand Down

0 comments on commit e60ba9d

Please sign in to comment.