From e35ab578b6d1e7f85117c79b80937851ec4a7995 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Tue, 10 Dec 2024 05:36:39 -0600 Subject: [PATCH] add missing semicolons for themeName statements doesnt seem to affect Stylus, but it does cause problems when loading the css file in a webpage --- release/eSixCafe.user.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/release/eSixCafe.user.css b/release/eSixCafe.user.css index 86ef664..0fc0100 100644 --- a/release/eSixCafe.user.css +++ b/release/eSixCafe.user.css @@ -45,7 +45,7 @@ if roundness == circle { if themep == muted { :root { - --themeName: "Classic blue" + --themeName: "Classic blue"; --thin-scrollbar: var(--true); --main-page-background: url(https://static1.e621.net/data/09/f8/09f84e1224df7b3502456589dd75c0c3.jpg)!important; --artist-credit: "Background by Tom Fischbach"; @@ -302,7 +302,7 @@ if themep == muted { --button-text-hover-secondary: #fff; } body[data-th-main="serpent"] { - --themeName: "Forest" + --themeName: "Forest"; --bg-300: #3e5341; --bg-400: #354535; --bg: #2f382e; @@ -386,7 +386,7 @@ if themep == muted { scrollbar-width: var(--thin-scrollbar); } body[data-th-main="hotdog"] { - --themeName: "Hot Coffee" + --themeName: "Hot Coffee"; --bg-300: #3c3836; --bg-400: #323232; --bg: #282828; @@ -910,7 +910,7 @@ if themep == classic { } if themep == pThemes { :root { - --themeName: "Nord" + --themeName: "Nord"; --thin-scrollbar: var(--true); --main-page-background: url(https://static1.e621.net/data/42/c6/42c6450e4cb046e6b23f9f1a19957e98.png)!important; --artist-credit: "Background by Zackary911"; @@ -1167,7 +1167,7 @@ if themep == pThemes { --button-text-hover-secondary: #fafafb; } body[data-th-main="serpent"] { - --themeName: "Everforest" + --themeName: "Everforest"; --bg-300: #3d484d; --bg-400: #343f44; --bg: #2d353b; @@ -1251,7 +1251,7 @@ if themep == pThemes { scrollbar-width: var(--thin-scrollbar); } body[data-th-main="hotdog"] { - --themeName: "Gruvbox" + --themeName: "Gruvbox"; --bg-300: #47403d; --bg-400: #3c3836; --bg: #32302f;