-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathodysee-pitch-black-mode.css
88 lines (87 loc) · 2.39 KB
/
odysee-pitch-black-mode.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/*
Author: Sandro Linux
License: GPL 3.0
Decription: A proper dark mode for Odysee!
*/
/* Sets the stand code to black */
body {
background-color: black;
}
/* Makes the header black */
[dir] .header {
background-color: black;
}
/* Makes the header black */
[dir] .main {
background-color: black;
}
/* Makes widget for videos on homepages black */
[dir] .claim-preview--tile {
background-color: black;
}
/* Makes widget for videos on homepages black */
[dir] .menu__list--header {
background-color: black;
}
/* This makes the navigation buttons turn black */
[dir] .navigation-link {
background-color: black;
}
/* Makes search input on homepage black */
[dir] .wunderbar__input {
background-color: black;
}
/* Makes search input on channel page black */
[dir] .wunderbar__input--inline {
background-color: black;
}
/* Makes search suggestions on homepage black */
[dir] .wunderbar__suggestions {
background-color: black;
}
/* Makes settings and upload buttons black */
[dir] .header__navigation-item {
background-color: black;
}
/* This makes the widgets on a Odysee video page turn black. This includes the description and title under the video; it also includes the comment section and the releated */
[dir] .card {
background-color: black;
}
[dir] .draggable.content__info {
background-color: black;
}
[dir] #content_description {
background-color: black;
}
/* This makes the "comment as" button black */
[dir] #channel {
background-color: black;
}
/* This makes navigation, background of the logo black, "your wallet" button black and the background of channel icons and titles on homepage */
[dir] .button {
background-color: black;
}
/* This makes navigation, background of the logo black, "your wallet" button black and the background of channel icons and titles on homepage */
[dir] .tabs__list {
background-color: black;
}
/* This makes the channel list button on the creator anayltics button*/
[dir] .channel__list-item {
background-color: black;
}
/* Makes notication area black */
[dir] .notification__wrapper {
background-color: black;
}
/* Makes filter button black */
[dir] #filter {
background-color: black;
}
/* Makes the three dots on the channel page black*/
[dir] .menu__button.claim__menu-button--inline {
background-color: black;
}
/* Makes the three dots menu on the channel page black*/
[dir] .menu__list {
background-color: black;
}