-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
68 lines (67 loc) · 1.61 KB
/
popup.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
nobr{
color:white
}
.sample-test > div > pre > div{
background-color: rgb(38,38,38);
}
.input > pre {
border:none;
border:solid -8px black;
color:rgb(192, 191, 191);
}
.problem-statement .sample-tests pre{
background-color: rgb(43, 45, 52) !important;
color:rgb(215, 214, 214) !important;
}
.problem-statement .test-example-line-even{
background-color: rgb(34, 34, 34) !important;
}
.problem-statement .test-example-line-odd{
background-color: rgb(63, 63, 63) !important;
}
.problem-statement .test-example-line-odd:hover{
background-color: rgb(93, 89, 89) !important;
}
.problem-statement .test-example-line-even:hover{
background-color: rgb(93, 89, 89) !important;
}
._EduCoursesViewPage_name{
color:white !important;
}
.format-humantime{
color:white !important;
}
._EduCoursesViewPage_courses > thead > tr > th {
color:white !important;
}
.legendary-user-first-letter{
color:white !important;
}
.user-legendary > span{
color:white !important;
}
.checker{
background-color: rgb(82, 81, 81) !important;
}.answer{
background-color: rgb(82, 81, 81) !important;
}.output{
background-color: rgb(82, 81, 81) !important;
}.input{
background-color: rgb(82, 81, 81) !important;
}
.diagnostics{
background-color: rgb(82, 81, 81) !important;
}
#facebox > .popup > .content{
background-color: rgb(48, 47, 47);;
}
.problem-statement > div > p{
color:white !important;
}
.problems > tbody > tr > td > div > div > a{
color:rgb(159, 203, 253) !important;
}
.ttypography > .problem-statement > div > ul > li{
color:white !important;
/* display:none; */
}