Skip to content

Commit d2bd3af

Browse files
author
Omar
authored
fix(tuta): unthemed icons/navbar (catppuccin#1098)
* fix css * update version number * use ``@subtext1`` instead of ``@text`` * made the icons ``@subtext1``, whoops
1 parent d67fbcc commit d2bd3af

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

styles/tuta/catppuccin.user.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Tuta Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/tuta
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tuta
5-
@version 0.0.7
5+
@version 0.0.8
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tuta/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta
88
@description Soothing pastel theme for Tuta
@@ -93,6 +93,19 @@
9393
background-color: @base !important;
9494
}
9595

96+
.ionicon {
97+
fill: @text !important;
98+
}
99+
100+
.h2 {
101+
color: @subtext1 !important;
102+
}
103+
104+
.bottom-nav {
105+
background: @mantle !important;
106+
color: @text !important;
107+
}
108+
96109
.dropdown-button,
97110
.dropdown-button div {
98111
color: @text !important;

0 commit comments

Comments
 (0)