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. 8
      CSS/themes/calibreweb/calibreweb-base.css

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

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

Loading…
Cancel
Save