style: address bar focus glow
This commit is contained in:
parent
f09b2ad499
commit
67304e70f0
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ const { url } = Astro.props;
|
|||
form:has(
|
||||
input[type="url"]:focus
|
||||
) {
|
||||
border-color: var(--accent);
|
||||
border-color: var(--accent);
|
||||
box-shadow: 0 1px 10px 0px var(--accent);
|
||||
}
|
||||
|
||||
form {
|
||||
|
|
Loading…
Reference in a new issue