summaryrefslogtreecommitdiff
path: root/views/snippets/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/snippets/layout.html')
-rw-r--r--views/snippets/layout.html29
1 files changed, 28 insertions, 1 deletions
diff --git a/views/snippets/layout.html b/views/snippets/layout.html
index 416f119..0776b3c 100644
--- a/views/snippets/layout.html
+++ b/views/snippets/layout.html
@@ -19,6 +19,10 @@
html {
width: 100%;
}
+ body {
+ background-color: #262626;
+ color: #e1e1e1;
+ }
.main {
margin-top: 1rem;
font-size: 1.5rem;
@@ -44,6 +48,9 @@
.navbar {
background-color: #f5f5f5;
}
+ .navbar-brand {
+ color: #f07206 !important;
+ }
/**
* ## Bottom Border Color in Navbar
@@ -62,10 +69,30 @@
}
.flavor-text {
margin-bottom: 2rem;
+ font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
+ font-size: 1.5rem;
}
.flavor-text > h1 {
margin-bottom: 0;
}
+ h1::before {
+ content: "# ";
+ }
+ h1 {
+ color: #f07206;
+ font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
+ }
+ .main a {
+ color: #47ccfb;
+ text-decoration: underline;
+ }
+ .bg-dark {
+ background-color: #171717 !important;
+ }
+ .string {
+ color: #ddd277;
+ }
+
</style>
<style>
{% block css %}
@@ -80,7 +107,7 @@
{% endblock %}
</main>
-<footer id="footer" class="mt-auto">
+<footer id="footer" class="mt-auto bg-dark">
<div class="container text-right">
{% block footer %}
{% endblock %}