mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-07 22:22:52 +09:00
🎨
This commit is contained in:
parent
b66a722dd7
commit
6751b13fc9
@ -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 New Issue
Block a user