Files
test/frontend/static/themes/sewing_tin_light.css
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

32 lines
573 B
CSS

[data-nav-item] {
color: #f2ce83;
}
[data-nav-item]:hover {
color: #c6915e;
}
header [data-ui-element="logoText"] {
background-color: #ffffff; /* fallback */
background: linear-gradient(
#2d2076,
#2d2076 25%,
#2e3395 25%,
#2e3395 50%,
#3049ba 50%,
#3049ba 75%,
#385eca 75%,
#385eca
);
background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 0.1em;
line-height: 1;
}
[data-ui-element="logoSubtext"] {
margin-top: 0em;
/* prevent it from being transparent */
-webkit-text-fill-color: #385eca;
}