From 4b38a5101ff74df731d89e410c8c26a0e8e86a42 Mon Sep 17 00:00:00 2001 From: elkrien <78103450+elkrien@users.noreply.github.com> Date: Thu, 3 Feb 2022 17:50:41 +0100 Subject: [PATCH] accent color changed to lavender Changed border to lavender as in a style guide --- catppuccin-vimium.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catppuccin-vimium.css b/catppuccin-vimium.css index db66341..75e71ff 100644 --- a/catppuccin-vimium.css +++ b/catppuccin-vimium.css @@ -21,7 +21,7 @@ #vomnibar { background: #1E1E2E; - border: 2px solid #96CDFB; + border: 2px solid #C9CBFF; animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards; }