Update some icons, make input placeholders use accented text color.
This commit is contained in:
parent
8332c191d2
commit
ad2cbbc98a
4 changed files with 2 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.6 KiB |
|
|
@ -116,7 +116,7 @@ const { title, optionalPreloads } = Astro.props;
|
|||
}
|
||||
|
||||
.url-input::placeholder {
|
||||
color: var(--text-color);
|
||||
color: var(--text-color-accent);
|
||||
}
|
||||
|
||||
.url-input {
|
||||
|
|
@ -274,7 +274,7 @@ const { title, optionalPreloads } = Astro.props;
|
|||
transition: 0.1s ease-in-out;
|
||||
}
|
||||
.astro-input::placeholder {
|
||||
color: var(--text-color);
|
||||
color: var(--text-color-accent);
|
||||
}
|
||||
.astro-input:focus {
|
||||
outline: none;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue