Explorar el Código

ref: consolidate menu bg col

Sv443 hace 1 año
padre
commit
dd361d5850
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      dist/BetterYTM.user.js
  2. 1 1
      src/features/menu/menu_old.ts

+ 2 - 2
dist/BetterYTM.user.js

@@ -480,7 +480,7 @@ const scriptInfo = Object.freeze({
     name: GM.info.script.name,
     version: GM.info.script.version,
     namespace: GM.info.script.namespace,
-    lastCommit: "7cf476f", // assert as generic string instead of union
+    lastCommit: "770496b", // assert as generic string instead of union
 });
 
 
@@ -1754,7 +1754,7 @@ function addMenu() {
         // add style
         const menuStyle = `\
 :root {
-  --bytm-menu-bg: #212121;
+  --bytm-menu-bg: #282828;
 }
 
 #betterytm-menu-bg {

+ 1 - 1
src/features/menu/menu_old.ts

@@ -304,7 +304,7 @@ export async function addMenu() {
   // add style
   const menuStyle = `\
 :root {
-  --bytm-menu-bg: #212121;
+  --bytm-menu-bg: #282828;
 }
 
 #betterytm-menu-bg {