WIP style adjustments to match eh22 styleguide
This commit is contained in:
parent
d55ab6d7eb
commit
9402a254c6
56 changed files with 966 additions and 232 deletions
|
@ -102,7 +102,7 @@ nav#dokuwiki__pagetools {
|
|||
&:focus {
|
||||
box-shadow: @box-shadow;
|
||||
background-image: none;
|
||||
background-color: @ini_background;
|
||||
background-color: var(--color-background);
|
||||
color: @ini_existing;
|
||||
|
||||
span {
|
||||
|
@ -151,7 +151,7 @@ nav#dokuwiki__pagetools {
|
|||
&:hover {
|
||||
ul {
|
||||
box-shadow: @box-shadow; // @box-shadow-offset;
|
||||
background-color: @ini_background;
|
||||
background-color: var(--color-background);
|
||||
border-color: @wikiicons-border;
|
||||
|
||||
li {
|
||||
|
@ -176,7 +176,7 @@ nav#dokuwiki__pagetools {
|
|||
svg {
|
||||
background-color: @ini_existing;
|
||||
border-color: @ini_existing;
|
||||
fill: @ini_background;
|
||||
fill: var(--color-background);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue