mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 04:53:08 +02:00
🎨
This commit is contained in:
parent
9e7e464ba5
commit
e14760775b
1 changed files with 1 additions and 6 deletions
|
@ -271,12 +271,8 @@ export default Vue.extend({
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #aaa;
|
|
||||||
transition: color 0.1s ease;
|
transition: color 0.1s ease;
|
||||||
|
color: var(--accent);
|
||||||
&:hover {
|
|
||||||
color: var(--accent);
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
color: var(--accentDarken);
|
color: var(--accentDarken);
|
||||||
|
@ -338,7 +334,6 @@ export default Vue.extend({
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #aaa;
|
|
||||||
transition: color 0.1s ease;
|
transition: color 0.1s ease;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue