This commit is contained in:
syuilo
2021-10-14 01:27:45 +09:00
parent dc12b189de
commit 46f3736f44
10 changed files with 36 additions and 9 deletions

View File

@@ -372,7 +372,7 @@ export default defineComponent({
right: 0;
bottom: 0;
border-radius: 999px;
background: var(--accent);
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
}
&:hover, &.active {