style: address bar focus outline accent
This commit is contained in:
parent
e717f20ff3
commit
f09b2ad499
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@ const { url } = Astro.props;
|
|||
position: relative;
|
||||
}
|
||||
|
||||
form:has(
|
||||
input[type="url"]:focus
|
||||
) {
|
||||
border-color: var(--accent);
|
||||
}
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 0.15rem 1rem;
|
||||
|
|
Loading…
Reference in a new issue