-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
54 lines (44 loc) · 695 Bytes
/
main.css
File metadata and controls
54 lines (44 loc) · 695 Bytes
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
body {
font-family: Ubuntu;
background-color: #100055;
color: #FFC096;
}
a {
color: #FFE7D8;
}
/*mod Prism background*/
pre[class*=language-] {
border-radius: 5px;
}
table, tr, td {
border: 1px solid;
padding: 5px;
margin-bottom: 20px;
}
th {
text-align: center;
}
kbd {
background-color: #7D71B3;
}
code {
background: #F3E0E9;
color: #BA005D;
padding: 2px;
border-radius: 4px;
}
.card {
color: #100055;
background: #C2B8EC;
margin-bottom: 20px;
}
.CNJokeGenerator, .formValidation, .profileScroller {
border: 1px solid white;
border-radius: 5px;
margin: 20px 0 20px 0;
padding-top: 10px;
color: white;
}
.CNTitle {
margin-bottom: 15px;
}