File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const Footer = () => {
1616 < img
1717 src = { deviLogo }
1818 alt = "Devitools Logo"
19- className = { `h-10 object-contain ${ theme !== "dark" ? "grayscale brightness-[0.6] " : "" } ` }
19+ className = { `h-10 object-contain ${ theme !== "dark" ? "logo-filter-primary " : "" } ` }
2020 />
2121 </ Link >
2222 </ div >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const Header = () => {
2323 < img
2424 src = { deviLogo }
2525 alt = "Devitools Logo"
26- className = { `h-11 object-contain ${ theme !== "dark" ? "grayscale brightness-[0.4] " : "" } ` }
26+ className = { `h-11 object-contain ${ theme !== "dark" ? "logo-filter-primary " : "" } ` }
2727 />
2828 </ Link >
2929 </ div >
Original file line number Diff line number Diff line change 66All colors MUST be HSL.
77*/
88
9+ /* Custom filters for logo */
10+ .logo-filter-primary {
11+ filter : brightness (0 ) saturate (100% ) invert (34% ) sepia (98% ) saturate (1000% ) hue-rotate (250deg ) brightness (95% ) contrast (100% );
12+ }
13+
914@layer base {
1015 : root {
1116 --background : 220 14% 96% ;
You can’t perform that action at this time.
0 commit comments