-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathblue.css
More file actions
48 lines (48 loc) · 745 Bytes
/
blue.css
File metadata and controls
48 lines (48 loc) · 745 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
div {
padding-top: 20px;
padding-bottom: 3px;
}
.directive {
color: #FF8040;
font-size: 18px;
font-weight: bold;
}
.register {
color: #32CD32;
font-size: 18px;
font-weight: bold;
}
.mnemonic {
color: #A6CAF0;
font-size: 18px;
font-weight: bold;
}
.purpose {
color: black;
text-transform: uppercase;
}
.syntax {
color: black;
text-transform: uppercase;
}
.comments {
color: black;
text-transform: uppercase;
}
.seealso {
color: black;
text-transform: uppercase;
}
.example {
color: black;
text-transform: uppercase;
}
code {
font-size: 15px;
}
hr {
padding-bottom: 70px;
width: 80%;
border: 3px dotted gray;
border-style: none none dotted;
}