Browse Source

Merge pull request #141 from rg9400/patch-8

CalibreWeb new button text color
pull/150/head
GilbN 4 years ago
committed by GitHub
parent
commit
0489f6b591
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CSS/themes/calibreweb/calibreweb-base.css

6
CSS/themes/calibreweb/calibreweb-base.css

@ -36,3 +36,9 @@ body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
.container-fluid .book .cover span img {
border: 1px solid transparent;
}
/* Buttons */
.btn-default a,
.btn-default a:hover {
color: var(--text);
}

Loading…
Cancel
Save