mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
feat: Add style to link(s)
This commit is contained in:
parent
1cc726bcdc
commit
beb372d102
@ -50,4 +50,15 @@ setting-item .q-input input[type=number].q-input__inner::-webkit-inner-spin-butt
|
||||
|
||||
.config-host-list setting-item.setting-host-list-item .q-input {
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
setting-item a {
|
||||
color: var(--text-link);
|
||||
}
|
||||
setting-item a:hover {
|
||||
color: var(--hover-link);
|
||||
}
|
||||
setting-item a:active,
|
||||
setting-item a:visited {
|
||||
color: var(--text-link);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user