fix(github): text readablity at actions startup (#145)

This commit is contained in:
Isabel 2023-07-26 14:52:26 +01:00 committed by GitHub
parent 0d58b6b15d
commit 8fbf6b2c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
@name Github Catppuccin @name Github Catppuccin
@namespace github.com/catppuccin/userstyles/styles/github @namespace github.com/catppuccin/userstyles/styles/github
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github
@version 1.2.1 @version 1.2.2
@description Soothing pastel theme for GitHub @description Soothing pastel theme for GitHub
@author Catppuccin @author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css
@ -297,11 +297,11 @@
--color-checks-header-label-open-text: @accent-color; --color-checks-header-label-open-text: @accent-color;
--color-checks-header-border: @surface0; --color-checks-header-border: @surface0;
--color-checks-header-icon: @text; --color-checks-header-icon: @text;
--color-checks-line-text: @base; --color-checks-line-text: @subtext0;
--color-checks-line-num-text: @base; --color-checks-line-num-text: @subtext0;
--color-checks-line-timestamp-text: @base; --color-checks-line-timestamp-text: @subtext0;
--color-checks-line-hover-bg: @surface0; --color-checks-line-hover-bg: @surface0;
--color-checks-line-selected-bg: #dc2286; --color-checks-line-selected-bg: @surface0;
--color-checks-line-selected-num-text: #dc2286; --color-checks-line-selected-num-text: #dc2286;
--color-checks-line-dt-fm-text: #dc2286; --color-checks-line-dt-fm-text: #dc2286;
--color-checks-line-dt-fm-bg: #dc2286; --color-checks-line-dt-fm-bg: #dc2286;
@ -665,12 +665,24 @@
} }
/* Create PR button & New branch button */ /* Create PR button & New branch button */
.iRoQzU, .ifkUYV { .iRoQzU, .ifkUYV, .bOZDzN {
background-color: @green; background-color: @green;
color: @base; color: @base;
} }
/* Compare button */ /* New branch dialog */
.jenxrv {
background-color: @mantle;
color: @text;
}
/* Branch drop down */
.fHiIQb {
background-color: @surface0;
}
/* Compare button & Cancel new branch button */
.idPXPh,
.epAEYw { .epAEYw {
background-color: @surface0; background-color: @surface0;
color: @text; color: @text;