Created
March 6, 2018 18:34
-
-
Save mfakane/6c2b7545686568ea83d484e76ccebbbb to your computer and use it in GitHub Desktop.
BetterDiscord 設定メニュー Light Theme 合わせ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.theme-light #bd-settingspane-container h2.ui-form-title, | |
.theme-light #bd-settingspane-container .ui-switch-item h3 { | |
color: #4f5f5c; | |
} | |
.theme-light #bd-settingspane-container .ui-switch-item .style-description { | |
color: hsla(218, 5%, 47% .6); | |
} | |
.theme-light #bd-settings-sidebar .ui-tab-bar-item { | |
color: #72767d; | |
} | |
.theme-light #bd-settings-sidebar .ui-tab-bar-item:hover { | |
color: #4f545c; | |
background-color: rgba(79,84,92,.1); | |
} | |
.theme-light #bd-settings-sidebar .ui-tab-bar-item.selected { | |
color: #fff; | |
background-color: #7289da; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment