diff options
author | Minteck <contact@minteck.org> | 2022-04-05 20:03:19 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-05 20:03:19 +0200 |
commit | cbe55eab7a2c45e736ed6b31b7445798fb38949e (patch) | |
tree | fec54b8d20d14331928ab92a3b1d82bceef5eb4e /assets/css/main.css | |
parent | 5e64a8b07a80e66a1424785763d6588c926f1f31 (diff) | |
download | cloudsdale-cbe55eab7a2c45e736ed6b31b7445798fb38949e.tar.gz cloudsdale-cbe55eab7a2c45e736ed6b31b7445798fb38949e.tar.bz2 cloudsdale-cbe55eab7a2c45e736ed6b31b7445798fb38949e.zip |
Initial version
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 23 |
1 files changed, 23 insertions, 0 deletions
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 |