update style (noticed nearly unreadable font on linux machines)

This commit is contained in:
Dominic Reich 2021-03-13 20:49:20 +01:00
parent ee6ebccfb0
commit d4952f8e8e

8
dash.min.css vendored
View file

@ -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;