update style (noticed nearly unreadable font on linux machines)
This commit is contained in:
parent
ee6ebccfb0
commit
d4952f8e8e
1 changed files with 7 additions and 1 deletions
8
dash.min.css
vendored
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…
Reference in a new issue