fix list fonts
This commit is contained in:
parent
0d7f5cb25c
commit
c48a0a41b4
@ -323,18 +323,18 @@ tr:hover {
|
||||
}
|
||||
|
||||
ol li {
|
||||
font-family: "Classic Console Neue", monospace;
|
||||
font-size: 16px;
|
||||
/* font-family: "Classic Console Neue", monospace; */
|
||||
font-size: 14px;
|
||||
background: #222;
|
||||
color: #fdd461;
|
||||
/* color: #fdd461; */
|
||||
max-width: 80%;
|
||||
margin-left: 35px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
font-family: "Classic Console Neue", monospace;
|
||||
font-size: 16px;
|
||||
color: #fdd461;
|
||||
/* font-family: "Classic Console Neue", monospace; */
|
||||
font-size: 14px;
|
||||
/* color: #fdd461; */
|
||||
max-width: 80%;
|
||||
margin-left: 35px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user