diff --git a/src/style/dark/dark-slice-1.css b/src/style/dark/dark-slice-1.css index ca6fd154d..e7695304d 100644 --- a/src/style/dark/dark-slice-1.css +++ b/src/style/dark/dark-slice-1.css @@ -1821,8 +1821,8 @@ a.s-btn:hover, .live-panel .more-button .more:hover::after, .coin-operated-m .mc-box.on, .tab-list .tb-item.active, -.up-info-holder .fixed-box .follow-btn-holder .follow-btn, -.up-info-holder .fixed-box .follow-btn-holder .follow-btn:hover, +.up-info-holder .fixed-box .follow-btn-holder .follow-btn:not(.followed), +.up-info-holder .fixed-box .follow-btn-holder .follow-btn:not(.followed):hover, .right-side-bar .to-comment:hover, .right-side-bar .to-top:hover, .btn-submit, diff --git a/src/style/dark/dark-slice-14.scss b/src/style/dark/dark-slice-14.scss index 259218528..698de9b36 100644 --- a/src/style/dark/dark-slice-14.scss +++ b/src/style/dark/dark-slice-14.scss @@ -291,3 +291,8 @@ a { @include theme-color(); } } +.follow-btn.followed { + @include border-color(""); + @include background-color("4"); + @include color("a"); +}