aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css23
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