mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixed double underline on active tab [Issue #17]
This commit is contained in:
parent
c35be46445
commit
ae51fdc341
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
Version : 1.5.4
|
Version : 1.5.5
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 27 Feb 2025
|
Created on : 27 Feb 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
|
||||||
|
@ -971,7 +971,6 @@ aside .widget,
|
||||||
.jot-nav .active a {
|
.jot-nav .active a {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
border-bottom: 3px solid var(--link-color) !important;
|
|
||||||
}
|
}
|
||||||
.jot-nav .active a:hover, .jot-nav .active a:focus {
|
.jot-nav .active a:hover, .jot-nav .active a:focus {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue