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
|
@ -76,7 +76,7 @@
|
|||
&.user {
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
background-color: @ini_background_site;
|
||||
background-color: var(--color-background);
|
||||
border: solid 1px @wikiicons-border;
|
||||
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
color: @ini_text_webframe;
|
||||
|
@ -301,7 +301,7 @@
|
|||
overflow: hidden;
|
||||
|
||||
li.user {
|
||||
color: @ini_background_site;
|
||||
color: var(--color-background);
|
||||
|
||||
bdi {
|
||||
position: absolute;
|
||||
|
@ -311,7 +311,7 @@
|
|||
|
||||
&:before {
|
||||
transition: @transition background-color;
|
||||
background-color: @ini_background_site;
|
||||
background-color: var(--color-background);
|
||||
color: @ini_nav_menu_color;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue