Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/renderer/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ body:not(.hotPink, .pastelPink) {
--logo-tertiary-color: #000;
}

/* Text "app" should be visible but retain FreeTube color logo */
.system[data-system-theme*='dark'],
.dark,
.black {
--logo-tertiary-color: #fff;
}

/* Given that the Hot Pink theme does not need link underlining due to meeting
WCAG 2 Level AA (https://webaim.org/resources/linkcontrastchecker/?fcolor=FFFFFF&bcolor=DE1C85&lcolor=000000),
it can be safely elided. This looks quite pleasant on this theme. */
Expand Down