Replace bookface_light.css

This commit is contained in:
Random Penguin 2025-03-25 13:54:10 -05:00
parent e1b0ab872b
commit bd8c34cb75

View file

@ -1,8 +1,8 @@
/* /*
Name : Bookface Light Name : Bookface Light
Version : 1.5.21 Version : 1.6
Licence : AGPL Licence : AGPL
Created on : 24 Mar 2025 Created on : 25 Mar 2025
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
*/ */
@ -1089,6 +1089,9 @@ ul.nav-tabs {
aside .widget li.selected a { aside .widget li.selected a {
font-weight: bold; font-weight: bold;
} }
aside .widget li.selected a:hover {
color: #333;
}
aside .widget li:hover { aside .widget li:hover {
background-color:rgba(255,255,255,1) !important; background-color:rgba(255,255,255,1) !important;
border-color: transparent !important; border-color: transparent !important;
@ -1503,6 +1506,13 @@ ul.nav-tabs {
width: 32px; width: 32px;
height: 32px; height: 32px;
} }
/*
BOOKFACE
DARK MODE
HAS ADDITIONAL
STYLING
HERE
*/
/* MISCELLANEOUS STUFF */ /* MISCELLANEOUS STUFF */
div#back-to-top { div#back-to-top {
bottom: 65px; bottom: 65px;