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

Commit 0641db9

Browse files
fix(UI): footer link colour leaking out of scope (#56)
* Fix text color when button is selected * fix(UI): footer link colour leaking out of scope * chore: bump version number --------- Co-authored-by: Andreas <[email protected]>
1 parent 4059825 commit 0641db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catppuccin.user.css

Lines changed: 2 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.13
4+
@version 1.1.14
55
@description Soothing pastel theme for GitHub
66
@author Catppuccin
77
@updateURL https://github.com/catppuccin/github/raw/main/catppuccin.user.css
@@ -848,7 +848,7 @@
848848
}
849849

850850
/* Footer text hover fix */
851-
nav.col-12 *{
851+
.footer nav.col-12 * {
852852
color: $subtext1 !important;
853853
}
854854

0 commit comments

Comments
 (0)