2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

darkstyle.css: fix font (Forum #93224)

git-svn-id: https://svn.fhem.de/fhem/trunk@17760 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-11-16 10:07:30 +00:00
parent 5ebe81033f
commit 5ec35b4f83

View File

@ -46,7 +46,7 @@ body>div#left { position:fixed; }
div#block { border:1px solid gray; background: #101010; padding:0.7em; }
div#dist { padding-top:0.3em; }
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
h2,h3,h4 { color:#EEE; line-height:1.3; margin-top:1.5em; font-family:Verdana; }
h2,h3,h4 { color:#EEE; line-height:1.3; margin-top:1.5em; font-family:Arial,Sans-serif; }
a img { border-style:none; }
.col2 { text-align:center; }