fix: tweaking the colors to make them less blinding with mocha

This commit is contained in:
D. Moonfire 2022-12-30 17:54:33 -06:00
parent 911225ab9d
commit 62060cb5eb

View file

@ -117,6 +117,10 @@ body {
color: var(--theme-catppuccin-text);
}
.ui.table > thead > tr > th {
background-color: var(--theme-catppuccin-surface0);
}
.repository-summary {
background-color: var(--theme-catppuccin-surface0);
}
@ -153,6 +157,14 @@ body {
background-color: var(--theme-catppuccin-blue) !important;
}
.feeds .list ul li.private {
background-color: var(--theme-catppuccin-surface1);
}
.feeds .list ul li.private a {
color: var(--theme-catppuccin-peach);
}
#navbar .item {
color: var(--theme-catppuccin-surface0);
}