aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/main.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
new file mode 100644
index 0000000..4360305
--- /dev/null
+++ b/assets/css/main.css
@@ -0,0 +1,22 @@
+#hero {
+ text-align: center;
+ margin-top: 25px;
+}
+
+#hero-img {
+ width: 256px;
+ max-width: 100vw;
+}
+
+html, body.bg-dark {
+ margin: 0;
+ background-color: #402317 !important;
+}
+body * {
+ color: #fff;
+}
+
+nav.navbar {
+ background-color: transparent !important;
+ border-bottom: 1px solid rgba(255,255,255,.25);
+} \ No newline at end of file