feat: code polishing
co-authored-by: JustTemmie <git@beaver.mom> co-authored-by: SauceyRed <saucey@saucey.red>
This commit is contained in:
parent
714f75ce12
commit
9fd9fb6744
3 changed files with 25 additions and 25 deletions
|
@ -21,11 +21,11 @@ const props = defineProps<{
|
|||
background-color: #b35719;
|
||||
color: #ffffff;
|
||||
|
||||
padding: 8px 18px;
|
||||
font-size: 18px;
|
||||
padding: 0.7dvh 1.2dvw;
|
||||
font-size: 1.1em;
|
||||
transition: background-color 0.2s;
|
||||
|
||||
border-radius: 12px;
|
||||
border-radius: 0.7rem;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ const props = defineProps<{
|
|||
background-color: grey;
|
||||
}
|
||||
|
||||
#button:hover {
|
||||
.button:hover {
|
||||
background-color: #934410;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue