Update Settings dialog's style

This commit is contained in:
redphx 2024-08-30 20:04:11 +07:00
parent efe0caf02f
commit 339447d29c

View File

@ -60,11 +60,11 @@
} }
a { a {
color: #5dc21e; color: #1c9d1c;
text-decoration: none; text-decoration: none;
&:hover, &:focus { &:hover, &:focus {
color: #128112; color: #5dc21e;
} }
} }
} }
@ -470,9 +470,10 @@
} }
.bx-suggest-link { .bx-suggest-link {
font-size: 12px; font-size: 14px;
display: inline-block; display: inline-block;
margin-top: 10px; margin-top: 4px;
padding: 4px;
} }
.bx-suggest-row { .bx-suggest-row {