Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Mar 29, 2024
1 parent 18805cb commit 9923110
Show file tree
Hide file tree
Showing 62 changed files with 341 additions and 341 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.6.4",
"version": "1.7.0",
"updater": {
"type": "store",
"id": "net.saltssaumure.Synthesis"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synthesis-discord-theme",
"version": "1.6.4",
"version": "1.7.0",
"description": "A vibrant neon synthwave Discord theme.",
"repository": "github:Saltssaumure/synthesis-discord-theme",
"author": "Saltssaumure <[email protected]>",
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/main/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
top: $title-height;
border-radius: $notice-spacing;

&.colorStreamerMode_e927c0 {
&.colorStreamerMode_cb7f84 {
background-color: rgb($color-twitch / 0.4);
border: $notice-border-width solid rgb($color-twitch);
box-shadow: 0 0 10px 0 rgb($color-twitch);
Expand Down
18 changes: 9 additions & 9 deletions scss/main/_channels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
@use "../top/pill";

// Channels sidebar
.sidebar_ded4b5 {
.sidebar_e031be {
margin: $sidebar-spacing 0;

// Header
.header__104ca {
.header__77c95 {
box-shadow: none;
}

.clickable__2d589 .header__104ca:hover,
.selected__0b1ad .header__104ca {
.clickable__1383f .header__77c95:hover,
.selected__987e6 .header__77c95 {
background-color: transparent;
}

Expand All @@ -21,16 +21,16 @@
}

// Channel
.wrapper__7bcde,
.wrapper__612a5,
.layout_bb8e67,
.content_b60865,
.link__95dc0 {
.content__3b07e,
.link_ddbb36 {
border-radius: $size-s;
}

// Self button
.withTagAsButton_cc125f,
.withTagless__98b7d {
.withTagAsButton_e22174,
.withTagless__058f8 {
border-radius: 30px;
margin-bottom: 4px;
margin-right: 4px;
Expand Down
Loading

0 comments on commit 9923110

Please sign in to comment.