From cbe55eab7a2c45e736ed6b31b7445798fb38949e Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 5 Apr 2022 20:03:19 +0200 Subject: Initial version --- assets/css/main.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 assets/css/main.css (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..1cff20a --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,23 @@ +html, body.bg-dark { + margin: 0; + background-color: #391740 !important; +} + +body * { + color: white; +} + +nav.navbar { + background-color: transparent !important; + border-bottom: 1px solid rgba(255, 255, 255, .25); +} + +#hero { + text-align: center; + margin-top: 25px; +} + +#hero-img { + width: 256px; + max-width: 100vw; +} \ No newline at end of file -- cgit