diff --git a/styles/go.dev/catppuccin.user.less b/styles/go.dev/catppuccin.user.less index a8f1e84a9c..f7452034b8 100644 --- a/styles/go.dev/catppuccin.user.less +++ b/styles/go.dev/catppuccin.user.less @@ -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 2025.09.06 +@version 2025.12.23 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/go.dev/catppuccin.user.less @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ago.dev @description Soothing pastel theme for go.dev @@ -433,6 +433,11 @@ content: url("data:image/svg+xml,@{svg}"); filter: none; } + // CVE notice + .go-Message--alert { + background-color: @base; + border-left: solid 4px @red; + } // Pkg.go Subheader .go-Main-header { background-color: @mantle;