update style (noticed nearly unreadable font on linux machines)

master
Dominic Reich 4 years ago
parent ee6ebccfb0
commit d4952f8e8e

8
dash.min.css vendored

@ -61,7 +61,9 @@ body, font {
background : #2d2d2d;
text-decoration : none;
color : #ffffff;
font-family : verdana, arial, sans-serif;
//font-family : verdana, arial, sans-serif;
font-family : monospace;
font-size: 1.1em;
text-align : left;
padding : 5px 5px 5px 5px;
border-radius: 10px 10px 0 0;
@ -72,6 +74,10 @@ body, font {
overflow-wrap: break-word;
}
.header h1 {
font-family: verdana, arial, sans-serif;
}
.content {
padding : 5px 5px 5px 5px;
color : #000000;

Loading…
Cancel
Save