From 5d60383c6496e9047fc62f51a2c904d7af2c026a Mon Sep 17 00:00:00 2001 From: ItzzExcel <98148217+ItzzExcel@users.noreply.github.com> Date: Sat, 22 Feb 2025 23:12:23 -0600 Subject: [PATCH] ah --- plugins/plugins/oled-theme/src/index.js | 4 ++-- themes/black-neptune-theme.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/plugins/oled-theme/src/index.js b/plugins/plugins/oled-theme/src/index.js index 54d22f8..084ee19 100644 --- a/plugins/plugins/oled-theme/src/index.js +++ b/plugins/plugins/oled-theme/src/index.js @@ -78,7 +78,7 @@ const onTrackChanged = function ([track]) { centerImg.style.height = '150vh'; centerImg.style.objectFit = 'cover'; centerImg.style.zIndex = '-1'; - centerImg.style.filter = 'blur(100px) brightness(0.6) contrast(1.2) saturate(2)'; + centerImg.style.filter = 'blur(100px) brightness(0.6) contrast(1.2) saturate(1)'; centerImg.style.animation = 'spin 35s linear infinite'; nowPlayingContainerElement.appendChild(centerImg); @@ -93,7 +93,7 @@ const onTrackChanged = function ([track]) { centerImg2.style.height = '150vh'; centerImg2.style.objectFit = 'cover'; centerImg2.style.zIndex = '-1'; - centerImg2.style.filter = 'blur(100px) brightness(0.6) contrast(1.2) saturate(2)'; + centerImg2.style.filter = 'blur(100px) brightness(0.6) contrast(1.2) saturate(1)'; centerImg2.style.animation = 'spin 35s linear infinite'; nowPlayingContainerElement.appendChild(centerImg2); diff --git a/themes/black-neptune-theme.css b/themes/black-neptune-theme.css index 4dcc212..4294c92 100644 --- a/themes/black-neptune-theme.css +++ b/themes/black-neptune-theme.css @@ -310,7 +310,7 @@ button[data-test="close-now-playing"]:hover { opacity: 1; font-family: "AbyssFont", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-weight: 700; - font-size: 38px !important; + font-size: 43px !important; } [class^="lyricsProvider"] {