mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-06 18:44:28 +02:00
Fix for Issue #25
This commit is contained in:
parent
a84d063497
commit
4e7d5e8be7
1 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Name : Bookface Dark
|
||||
Version : 1.6.6
|
||||
Version : 1.6.7
|
||||
Licence : AGPL
|
||||
Created on : 28 APR 2025
|
||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||
|
@ -1124,9 +1124,12 @@ aside .widget li:hover {
|
|||
font-size: 24px !important;
|
||||
color: var(--nav-icon-color) !important;
|
||||
}
|
||||
.wall-item-actions button:hover {
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
.wall-item-actions button:hover {
|
||||
filter: brightness(1.25);
|
||||
}
|
||||
.wall-item-actions button.active {
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
.wall-item-actions .checkbox {
|
||||
padding-top: 6px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue