-
Notifications
You must be signed in to change notification settings - Fork 0
/
darker-sketchy.user.css
93 lines (90 loc) · 1.89 KB
/
darker-sketchy.user.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
89
90
91
92
93
/* ==UserStyle==
@name Darker Sketchy
@namespace https://raw.githubusercontent.com/JohnCiubuc/userstyles/master/darker-sketchy.user.css
@homepageURL https://raw.githubusercontent.com/JohnCiubuc/userstyles/master/darker-sketchy.user.css
@version 1.0.2
@license Apache-1.1
@description Replaces all the bright parts of sketchy with darker versions
@author JohnCiubuc (https://openusercss.org/profile/5ecec9e4fbfa2b0c00b8b872)
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://dashboard.sketchymedical.com") {
.sk-light-font {
color:#fffaf0
}
.sk-dark-font {
color:#fffaf0!important
}
.uk-margin-small-left{
color:#fffaf0
}
.uk-text-center{
color:#fffaf0
}
.uk-accordion-content {
background-color: #1b2337;
color: #fffaf0;
}
.uk-list-striped>li:nth-of-type(odd) {
background-color: #2a3c66;
}
.uk-accordion {
background-color: #2a3c66;
}
.sk-qbank-result-subnav[_ngcontent-c14] *{
color:#fffaf0 !important
}
.progress-inner[_ngcontent-c15] {
color:#000!important;
}
.sk-bg-light {
background-color:#1b2337
}
.uk-section-muted {
background: #161c2b;
color: #fffaf0;
}
.uk-icon-button {
background:unset
}
.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped>tr:nth-of-type(odd) {
background:#18454d;
border-top:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
}
.sk-question-stat-container {
background-color:#12153e;
padding:15px 0
}
.sk-qbank-answer-correct {
background:#3b5e30;
border-radius:10px
}
.sk-qbank-review-container {
background-color:#1b2337;
}
.sk-qbank-sketchymode-title {
color:#fffaf0
}
.sk-review-background {
background-color: #1b2337!important;
}
.uk-modal-dialog {
background:#1e2237;
color:#fffaf0!important
}
.html{
color:#fffaf0!important
}
.uk-modal-header {
background:#1b2337;
}
.uk-modal-footer {
background:#7595e1;
}
.uk-notification-message{
background:#1B2337;
color:#FFFAF0;
}
}