From 58e466681ec5ce5c4bdb6d58e7656ccba59c3823 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 10 Apr 2024 17:43:42 -0400 Subject: [PATCH] Outline with the accent colour --- resources/sass/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 98ea1be..0c2110d 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -29,7 +29,7 @@ $enable-smooth-scroll: false; [data-whatinput="initial"], [data-whatinput="keyboard"] { :focus { - outline: 1px dotted $c-base; + outline: 1px dotted $c-accent; } }