-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (36 loc) · 943 Bytes
/
Copy pathstyle.css
File metadata and controls
43 lines (36 loc) · 943 Bytes
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
:root {
--yt-spec-brand-button-background: #3ea6ff !important;
--yt-spec-call-to-action: #3ea6ff !important;
--yt-spec-themed-blue: #3ea6ff !important;
--yt-spec-red: #3ea6ff !important;
}
/* Прогресс видео */
.ytp-play-progress {
background: #3ea6ff !important;
}
/* Ползунок */
.ytp-scrubber-button {
background: #3ea6ff !important;
}
/* Активные элементы меню */
tp-yt-paper-item[aria-selected="true"] {
color: #3ea6ff !important;
}
ytd-guide-entry-renderer yt-icon.guide-entry-badge {
color: #3ea6ff !important;
}
/* лого 1*/
ytd-masthead path[d^="M14.4848 20C14.4848"] {
fill: #3e8eff !important;
}
/*
ytd-logo path[d^="M19 10L11.5 5.75"] {
fill: black !important;
}*/
/* лого 2*/
tp-yt-app-drawer ytd-topbar-logo-renderer path[d^="M14.4848 20C14.4848"] {
fill: #3ea6ff !important;
}
rich-shelf-header path[d^="m19.45,3.88c1.12"]{
fill: #3ea6ff !important;
}