-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyles.css
56 lines (54 loc) · 881 Bytes
/
mystyles.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
.sideNote{
background: #256902 !important;
font-weight: 600;
color:#000;
border:none;
}
.pageTitleWrapper{
background-color: #615f5f !important;
}
.pageTitleWrapper .pageTitle h2{
color:#fff !important;
}
body{
color:#00d0ff !important;
}
.textwidget div{
background: #615f5f !important;
}
#main{
background: #242425 !important;
}
a{
color:goldenrod ;
}
.formFrame, .codeBox{
background: #256902 !important;
font-weight: 600;
color:#000;
border:none;
}
.formFrame td{
border:1px solid #00380c !important;
}
.code{
background: #4a3030 !important;
border:none;
color:#3cae0d;
overflow: overlay;
}
pre{
color:black !important;
background: #256802 !important;
overflow: overlay;
}
a.tc-header-login{
background: #1b5f0a !important;
color:white !important;
}
.top-header{
background: #253131 !important;
}
.header-wrapper{
background: #242425 !important;
}