Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 2d24693

Browse files
committed
fix(UI): Style new Danger Buttons (fixes #46)
Also apply the correct styling to the `.Danger--button` class.
1 parent be7cc66 commit 2d24693

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

catppuccin.user.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Github Catppuccin
33
@namespace github.com/catppuccin/github
4-
@version 1.1.9
4+
@version 1.1.10
55
@description Soothing pastel theme for GitHub
66
@author Catppuccin
77
@updateURL https://github.com/catppuccin/github/raw/main/catppuccin.user.css
@@ -683,7 +683,8 @@
683683
}
684684

685685
/* Buttons */
686-
.btn-danger {
686+
.btn-danger,
687+
.Button--danger {
687688
background: var(--color-btn-danger-bg)
688689
}
689690

0 commit comments

Comments
 (0)