-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreview.js
49 lines (45 loc) · 2.29 KB
/
review.js
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
// properties slugda share icon
// html {
// /* Colors: */
// --ntp-active-background-color: rgba(var(--google-grey-900-rgb), .16);
// --ntp-background-override-color-rgb: 255, 255, 255;
// --ntp-background-override-color:
// rgba(var(--ntp-background-override-color-rgb));
// --ntp-border-color: var(--google-grey-300);
// --ntp-focus-shadow-color: rgba(var(--google-blue-600-rgb), .4);
// --ntp-hover-background-color: rgba(var(--google-grey-900-rgb), .1);
// --ntp-selected-background-color: rgba(var(--google-blue-700-rgb), .16);
// --ntp-selected-border-color: var(--google-blue-600);
// --ntp-selected-light-background-color: rgba(var(--google-blue-600-rgb), .24);
// --ntp-selected-primary-text-color: var(--google-blue-700);
// --ntp-module-text-color: #616161;
// --ntp-chip-background-color: var(--google-blue-600);
// --ntp-chip-text-color: white;
// --ntp-icon-button-color-active: var(--google-grey-700);
// --ntp-icon-button-color: var(--google-grey-600);
// --ntp-module-scroll-button-color: var(--google-grey-100);
// --ntp-module-scroll-button-hover-color: var(--google-grey-300);
// /* Other: */
// --ntp-focus-shadow: 0 0 0 2px var(--ntp-focus-shadow-color);
// --ntp-module-text-size: 13px;
// }
// @media (prefers-color-scheme: dark) {
// html {
// /* Colors: */
// --ntp-active-background-color: rgba(var(--google-grey-200-rgb), .16);
// --ntp-background-override-color-rgb: var(--google-grey-900-rgb);
// --ntp-border-color: var(--google-grey-700);
// --ntp-focus-shadow-color: rgba(var(--google-blue-300-rgb), .5);
// --ntp-hover-background-color: rgba(var(--google-grey-200-rgb), .1);
// --ntp-selected-background-color: rgba(var(--google-blue-300-rgb), .16);
// --ntp-selected-border-color: var(--google-blue-300);
// --ntp-selected-light-background-color: rgba(var(--google-blue-300-rgb), .24);
// --ntp-selected-primary-text-color: var(--google-blue-300);
// --ntp-chip-background-color: var(--google-blue-300);
// --ntp-chip-text-color: var(--google-grey-900);
// --ntp-icon-button-color-active: var(--google-grey-300);
// --ntp-icon-button-color: white;
// --ntp-module-scroll-button-color: var(--google-grey-700);
// --ntp-module-scroll-button-hover-color: var(--google-grey-600);
// }
// }