Browse Source

qbit:morloginfix

pull/19/head
gilbN 6 years ago
parent
commit
0643bc9821
  1. 10
      CSS/themes/qbittorrent/qbittorrent-base.css

10
CSS/themes/qbittorrent/qbittorrent-base.css

@ -94,7 +94,15 @@ a, h2, h3, h4, .mochaTitlebar h3 {
color: #fff; color: #fff;
} }
/* Login */ /* Login */
#main h1 {
display: block;
font-size: 2em;
margin-block-start: 2em;
margin-block-end: -.9em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
#error_msg { #error_msg {
text-transform: uppercase; text-transform: uppercase;
color: #D8000C; color: #D8000C;

Loading…
Cancel
Save