From c9b257d963038bcc2ee765f9e058e48bcbfc45db Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 8 Aug 2024 18:01:25 +0300 Subject: [PATCH] fix(go.dev): unthemed border (#1167) * apply fix * use ``@surface2`` Co-authored-by: Eli --------- Co-authored-by: Eli --- styles/go.dev/catppuccin.user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/go.dev/catppuccin.user.css b/styles/go.dev/catppuccin.user.css index 007911e72..0e62119ca 100644 --- a/styles/go.dev/catppuccin.user.css +++ b/styles/go.dev/catppuccin.user.css @@ -2,7 +2,7 @@ @name go.dev Catppuccin @namespace github.com/catppuccin/userstyles/styles/go.dev @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/go.dev -@version 0.0.3 +@version 0.0.4 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/go.dev/catppuccin.user.css @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ago.dev @description Soothing pastel theme for go.dev @@ -107,7 +107,8 @@ --pink: @red; --turq-dark: @accent-color; --white: @text; - + --border-code: 0.0625rem @surface2 solid; + .btn { background: @accent-color; color: @crust;