diff --git a/src/styles/adaptedStyles/index.ts b/src/styles/adaptedStyles/index.ts index 6de4d57c..e0306986 100644 --- a/src/styles/adaptedStyles/index.ts +++ b/src/styles/adaptedStyles/index.ts @@ -8,7 +8,7 @@ import './common/userCard.scss' import './common/videoPlayer.scss' import './common/loginDialog.scss' import './shadowDom/comments.scss' -import './thirdParty.scss' +import './thirdParty/bilibiliEvolved.scss' import { isHomePage } from '~/utils/main' diff --git a/src/styles/adaptedStyles/thirdParty.scss b/src/styles/adaptedStyles/thirdParty/bilibiliEvolved.scss similarity index 88% rename from src/styles/adaptedStyles/thirdParty.scss rename to src/styles/adaptedStyles/thirdParty/bilibiliEvolved.scss index 24f7f863..c01dc50d 100644 --- a/src/styles/adaptedStyles/thirdParty.scss +++ b/src/styles/adaptedStyles/thirdParty/bilibiliEvolved.scss @@ -1,6 +1,5 @@ -// #region Bilibili Evolved -// Adapt the colors of the two Bilibili Evolved's buttons on the left side to BewlyBewly theme .bewly-design { + // Adapt the colors of the two Bilibili Evolved's buttons on the left side to BewlyBewly theme .be-settings > .sidebar > * { background-color: var(--bew-elevated-solid) !important; opacity: 0.4; @@ -44,4 +43,3 @@ } } } -// #endregion