-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmythacker.css
123 lines (92 loc) · 2.44 KB
/
mythacker.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;700&display=swap');
* {
font-family: 'Fira Code', monospace!important;
}
:root {
--text-color: white;
background-color: #111;
color: var(--text-color);
--ck-color-base-background: #454141 !important;
--ck-color-base-border: #2f2f2f !important;
--ck-color-base-focus: #2f2f2f !important;
--ck-color-button-default-active-background: #202020 !important;
--ck-color-button-default-hover-background: #202020 !important;
--ck-color-button-on-color: #2f2f2f !important;
--ck-color-upload-bar-background: #2f2f2f !important;
--ck-color-focus-border: #2f2f2f !important;
--ck-color-focus-outer-shadow: #2f2f2f !important;
--ck-color-base-text: #e5e5e5 !important;
--ck-color-base-active: none !important;
--ck-color-base-active-focus: none !important;
--ck-color-link-default: #009DC9 !important;
--ck-focus-ring: none !important;
--ck-border-radius: 10px !important;
}
::selection {
background: #e8e1d24d;
}
.ck-content text {
color: var(--text-color);
}
.ck ck-button__label {
color: var(--text-color);
}
#popup {
background-color: #0f0e0e;
box-shadow: 0px 1.8px 7.3px rgba(0, 0, 0, 0.071),
0px 6.3px 24.7px rgba(0, 0, 0, 0.112),
0px 30px 90px rgba(0, 0, 0, 0.2);
}
.focused {
background-color: #000000;
}
.navigation {
background-color: royalblue;
}
kbd {
background-color: dodgerblue;
border: 1px solid black;
box-shadow:
0 1px 1px rgba(0, 0, 0, 0.2),
0 2px 0 0 rgba(26, 34, 182, 0.7) inset;
color: #f8f3f3;
}
input {
background-color: black;
color: white;
border: 1px solid #ffffff1a;
}
hr {
background-color: paleturquoise;
}
.text {
border: 1px solid #ffffff1a;
/* background-color: #222; */
border-radius: .3em!important;
color: var(--text-color);
margin-bottom: 1em!important;
}
.bottomRight>div {
background-color: royalblue;
}
.active {
color: white!important;
background-color: #222!important;
}
.pages {
box-shadow: none!important;
}
.pages li {
border: 1px solid #ffffff1a;
color: grey ;
background-color: #333;
}
.toastify {
background-color: rgb(0, 128, 171);
}
#cssStyling {
background-color: black;
box-shadow: 0px 1.8px 7.3px rgba(0, 0, 0, 0.071),
0px 6.3px 24.7px rgba(0, 0, 0, 0.112),
0px 30px 90px rgba(0, 0, 0, 0.2);
}