1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

Merge pull request #141 from rg9400/patch-8

CalibreWeb new button text color
This commit is contained in:
GilbN 2021-01-31 21:29:36 +01:00 committed by GitHub
commit 0489f6b591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,4 +35,10 @@ 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,
.btn-default a:hover {
color: var(--text);
}