using button-color + button-background
This commit is contained in:
parent
ea4d64f5ed
commit
dba38052f8
6 changed files with 62 additions and 42 deletions
|
@ -50,16 +50,28 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + linklist + + + */
|
||||
ul {
|
||||
padding-left: (@icon-size + .5);
|
||||
}
|
||||
|
||||
li {
|
||||
color: @color-nav;
|
||||
list-style-type: none;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
display: list-item;
|
||||
list-style-type: square;
|
||||
color: @color-nav;
|
||||
padding-top: .1rem;
|
||||
padding-bottom: .1rem;
|
||||
transition: @transition color;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
color: @button_color;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-of-type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue