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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
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); |
|
|
|
} |
|
|
|