noatpad / typora-theme-ursine

A Typora theme, inspired by Bear
MIT License
715 stars 86 forks source link

Buttons in the settings section #50

Closed sugry closed 4 years ago

sugry commented 4 years ago

In a dark design theme, when you hover over the button, the background of the button turns white and the button text is not read. This can be fixed if in the code block starting at line 1160

.ty-preferences .btn-default:hover {
  border-color: #428bca;
  background: #2e2e2e;
  color: #fff;
}

Change background setting to

  background: #2e2e2e !important;
noatpad commented 4 years ago

Ah those pesky preference windows. I work primarily in a MacOS environment, so I occasionally miss these. I'll get this patched up in a bit

noatpad commented 4 years ago

Buttons should now have the right colors upon hover in the 2.0 release~