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"] {