Bugfix/ux pass 2 (#1107)
* Adding margin bottom to series detail tabs * Styling tag badges with green on dark - Added 3 new css vars * Removing underline from readmore * Fixing see more to be on one line * adding gutter to see more * Changing queue toasts to info * adding api key tooltip * Updating active accordion on user preference. * Fixing search bar and close btn position * Fixed a bug where entering book reader in dark mode then closing out, would leave you in a broken white state. * Fixed broken wiki links Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
This commit is contained in:
parent
cd0af70a37
commit
d0c255de68
16 changed files with 41 additions and 22 deletions
|
|
@ -84,6 +84,10 @@
|
|||
--tagbadge-border-color: rgba(239, 239, 239, 0.125);
|
||||
--tagbadge-text-color: var(--body-text-color);
|
||||
--tagbadge-bg-color: var(--nav-tab-hover-bg-color);
|
||||
--tagbadge-typeahead-border-color: rgba(239, 239, 239, 0.125);
|
||||
--tagbadge-typeahead-text-color: var(--body-text-color);
|
||||
--tagbadge-typeahead-bg-color: var(--primary-color);
|
||||
|
||||
|
||||
/* List items */
|
||||
--list-group-item-text-color: var(--body-text-color); /*rgba(74, 198, 148, 0.9)*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue