This commit is contained in:
syuilo 2020-02-10 21:30:59 +09:00
parent 9e7e464ba5
commit e14760775b
1 changed files with 1 additions and 6 deletions

View File

@ -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 {