fix: some small css fixes
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
justify-content: center;
|
||||
border-radius: var(--radius-s);
|
||||
background: color-mix(in srgb, var(--accent) 10%, var(--surface));
|
||||
color: var(--accent);
|
||||
color: var(--link);
|
||||
}
|
||||
|
||||
.text {
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
input:focus {
|
||||
border-color: var(--accent);
|
||||
border-color: var(--link);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user