login form: fix fonts
This commit is contained in:
parent
bec2ecd945
commit
e605954f85
|
@ -9,7 +9,7 @@
|
|||
<script type="text/javascript" src="functions.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body id="ttrssLogin">
|
||||
|
||||
<script type="text/javascript">
|
||||
function init() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
body#ttrssMain, body#ttrssPrefs {
|
||||
body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
|
||||
background : white;
|
||||
color : black;
|
||||
margin : 0px;
|
||||
|
|
Loading…
Reference in New Issue