From 0643bc9821f5aa6d306c7db507334b14ee1a419c Mon Sep 17 00:00:00 2001 From: gilbN Date: Fri, 13 Sep 2019 21:45:11 +0200 Subject: [PATCH] qbit:morloginfix --- CSS/themes/qbittorrent/qbittorrent-base.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css index 854f8ba1..21c71b0b 100644 --- a/CSS/themes/qbittorrent/qbittorrent-base.css +++ b/CSS/themes/qbittorrent/qbittorrent-base.css @@ -94,7 +94,15 @@ a, h2, h3, h4, .mochaTitlebar h3 { color: #fff; } /* 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 { text-transform: uppercase; color: #D8000C;