fix: tweaking the colors to make them less blinding with mocha
This commit is contained in:
parent
911225ab9d
commit
62060cb5eb
1 changed files with 12 additions and 0 deletions
|
@ -117,6 +117,10 @@ body {
|
||||||
color: var(--theme-catppuccin-text);
|
color: var(--theme-catppuccin-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.table > thead > tr > th {
|
||||||
|
background-color: var(--theme-catppuccin-surface0);
|
||||||
|
}
|
||||||
|
|
||||||
.repository-summary {
|
.repository-summary {
|
||||||
background-color: var(--theme-catppuccin-surface0);
|
background-color: var(--theme-catppuccin-surface0);
|
||||||
}
|
}
|
||||||
|
@ -153,6 +157,14 @@ body {
|
||||||
background-color: var(--theme-catppuccin-blue) !important;
|
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 {
|
#navbar .item {
|
||||||
color: var(--theme-catppuccin-surface0);
|
color: var(--theme-catppuccin-surface0);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue