Nord theme for the invidious instance
yewtu.be Invidious Nord - 01/06/2023, 11:29:45 by mmmotion
Details
Authormmmotion
LicenseNo License
Categoryhttps://yewtu.be/
Created
Updated
Size675 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name yewtu.be Invidious Nord - 01/06/2023, 11:29:45
@namespace github.com/openstyles/stylus
@version 0.0.1
@description Nord theme for Invidious instances
@author mmmotion
==/UserStyle== */
@-moz-document url-prefix("https://yewtu.be/") {
body.dark-theme {
background-color: #2E3440;
color: #D8DEE9;
}
.dark-theme a:hover {
color: #88C0D0;
}
button.pure-button-primary {
background-color: #81A1C1;
color: #3B4252;
}
button.pure-button-primary:hover {
background-color: #B48EAD;
color: #D8DEE9;
}
}