Browse Source

CalibreWeb new button text color

pull/141/head
rg9400 4 years ago
committed by GitHub
parent
commit
d3548b08d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CSS/themes/calibreweb/calibreweb-base.css

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

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

Loading…
Cancel
Save