Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion styles/go.dev/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't need to be manually edited, see https://userstyles.catppuccin.com/contributing/#versioning. No need to revert now but please read our contributing documentation going forward!

@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
Expand Down Expand Up @@ -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;

Check failure on line 439 in styles/go.dev/catppuccin.user.less

View workflow job for this annotation

GitHub Actions / lint

Use `border-left-color` instead of `border-left`
}
Comment on lines +436 to +440
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the background is red you can set the text to crust for contrast and that should do the trick :)

// Pkg.go Subheader
.go-Main-header {
background-color: @mantle;
Expand Down
Loading