5 changed files with 73 additions and 14 deletions
-
26assets/css/darktheme.css
-
12assets/css/default.css
-
9assets/css/lighttheme.css
-
22src/invidious.cr
-
18src/views/layout.ecr
@ -0,0 +1,26 @@ |
|||
a:hover, |
|||
a:active { |
|||
color: #46aaf6; |
|||
} |
|||
|
|||
a { |
|||
color: #f0f0f0; |
|||
text-decoration: none; |
|||
} |
|||
|
|||
body { |
|||
background-color: #101010; |
|||
color: #f0f0f0; |
|||
} |
|||
|
|||
.pure-form legend { |
|||
color: #f0f0f0; |
|||
} |
|||
|
|||
.pure-menu-heading { |
|||
color: #f0f0f0; |
|||
} |
|||
|
|||
.pure-form > fieldset > input { |
|||
color: #101010; |
|||
} |
|||
@ -0,0 +1,9 @@ |
|||
a:hover, |
|||
a:active { |
|||
color: #167ac6; |
|||
} |
|||
|
|||
a { |
|||
color: #303030; |
|||
text-decoration: none; |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue