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

Loading…
Cancel
Save