Skip to content

Instantly share code, notes, and snippets.

@mfakane
Created March 6, 2018 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfakane/6c2b7545686568ea83d484e76ccebbbb to your computer and use it in GitHub Desktop.
Save mfakane/6c2b7545686568ea83d484e76ccebbbb to your computer and use it in GitHub Desktop.
BetterDiscord 設定メニュー Light Theme 合わせ
.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