Skip to content

Commit

Permalink
fix(porkbun): form control focus (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar authored Aug 13, 2024
1 parent 97fbe08 commit 08e7ec6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/porkbun/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Porkbun Catppuccin
@namespace github.com/catppuccin/userstyles/styles/porkbun
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/porkbun
@version 0.0.3
@version 0.0.4
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/porkbun/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aporkbun
@description Soothing pastel theme for Porkbun
Expand Down Expand Up @@ -248,6 +248,10 @@
background-color: @mantle;
color: @text;
border-color: @surface0;

&:focus {
box-shadow: 0 0 8px fade(@accent-color, 50%);
}
}

select:not([multiple]) {
Expand Down

0 comments on commit 08e7ec6

Please sign in to comment.