mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
Refactor code to improve performance and
readability
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 186 KiB |
@@ -1,12 +1,6 @@
|
||||
import test from './themeCovers/929098bd-40b9-46a5-bd6f-8b9e7d5e648b.webp';
|
||||
import hacker from './themeCovers/hacker.jpeg'
|
||||
|
||||
const themes = [
|
||||
{
|
||||
name: "Dark",
|
||||
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/dark.json",
|
||||
coverImage: <img className="object-cover object-center w-full h-full" src={test} />,
|
||||
},
|
||||
{
|
||||
name: "Hacker",
|
||||
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/hacker.json",
|
||||
|
||||
@@ -16,7 +16,8 @@ html.transparencyEffects {
|
||||
}
|
||||
|
||||
.whatsnewTextContainer h1 {
|
||||
background-color: var(--theme-primary) !important;
|
||||
background-color: transparent !important;
|
||||
position: inherit;
|
||||
}
|
||||
|
||||
/* Blurs */
|
||||
@@ -24,6 +25,7 @@ html.transparencyEffects {
|
||||
.singleSelect,
|
||||
.uiFileHandlerPanel,
|
||||
.Module__wrapper___2sbOo,
|
||||
.notifications__list___rp2L2,
|
||||
.thread,
|
||||
.navigator,
|
||||
#title,
|
||||
|
||||
Reference in New Issue
Block a user