This commit is contained in:
parent
9e7e464ba5
commit
e14760775b
|
@ -271,12 +271,8 @@ export default Vue.extend({
|
|||
margin: 0;
|
||||
padding: 16px;
|
||||
font-size: 1em;
|
||||
color: #aaa;
|
||||
transition: color 0.1s ease;
|
||||
|
||||
&:hover {
|
||||
color: var(--accent);
|
||||
}
|
||||
color: var(--accent);
|
||||
|
||||
&:active {
|
||||
color: var(--accentDarken);
|
||||
|
@ -338,7 +334,6 @@ export default Vue.extend({
|
|||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
color: #aaa;
|
||||
transition: color 0.1s ease;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue