fix list fonts

This commit is contained in:
Greg Gauthier 2025-01-17 21:24:25 +00:00
parent c48a0a41b4
commit 74886c5d01

View File

@ -324,8 +324,6 @@ tr:hover {
ol li { ol li {
/* font-family: "Classic Console Neue", monospace; */ /* font-family: "Classic Console Neue", monospace; */
font-size: 14px;
background: #222;
/* color: #fdd461; */ /* color: #fdd461; */
max-width: 80%; max-width: 80%;
margin-left: 35px; margin-left: 35px;
@ -333,7 +331,6 @@ ol li {
ul li { ul li {
/* font-family: "Classic Console Neue", monospace; */ /* font-family: "Classic Console Neue", monospace; */
font-size: 14px;
/* color: #fdd461; */ /* color: #fdd461; */
max-width: 80%; max-width: 80%;
margin-left: 35px; margin-left: 35px;