Browse Source

Merge branch 'master' of https://github.com/gilbN/theme.park

pull/150/head
Marius 4 years ago
parent
commit
a58694b904
  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 */
.container-fluid .book .cover span img {
border: 1px solid transparent;
}
}
/* Buttons */
.btn-default a,
.btn-default a:hover {
color: var(--text);
}

Loading…
Cancel
Save