mirror of
https://github.com/imfing/hextra.git
synced 2025-08-24 03:37:18 -04:00
fix(search): search input and results outline (#761)
This commit is contained in:

committed by
GitHub

parent
6613f94b75
commit
48bae073cb
@@ -38,6 +38,10 @@ body {
|
||||
--primary-lightness: 50%;
|
||||
}
|
||||
|
||||
@utility hextra-focus {
|
||||
@apply hx:outline-none hx:ring-2 hx:ring-primary-200 hx:ring-offset-1 hx:ring-offset-primary-300 hx:dark:ring-primary-800 hx:dark:ring-offset-primary-700;
|
||||
}
|
||||
|
||||
@import "./typography.css";
|
||||
@import "./highlight.css";
|
||||
@import "./components/cards.css";
|
||||
|
Reference in New Issue
Block a user