From 1ee480d7dcb769bd8ad0603fb96d04db292c97ab Mon Sep 17 00:00:00 2001 From: horus Date: Fri, 12 Mar 2021 12:59:03 +0100 Subject: Swagify ~ --- views/index.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 8 deletions(-) (limited to 'views/index.html') diff --git a/views/index.html b/views/index.html index 48e7520..449b69c 100644 --- a/views/index.html +++ b/views/index.html @@ -2,16 +2,38 @@ {% block css %} .main { - margin-top: 8rem; + margin-top: 4rem; + margin-bottom: 4rem; } @media (max-width: 992px) { .main { margin-top: 4rem; + margin-bottom: 4rem; } } .index-list > li { margin-bottom: 1rem; } + + body { + background-color: #1c1c1c; + } + + #footer { + background-color: #e1e1e1; + } + .string { + color: #ddd277; + } + .keyword { + color: #cd015f; + } + .tab-over-space { + margin-left: 2rem; + } + .text-muted { + color: #808080 !important; + } {% endblock %} {% block main %} @@ -19,26 +41,50 @@
- I'm just a simple man, trying to find my way in the universe. + [ quote => I'm just a simple man, trying to find my way in the universe. ]
+ " syntax error: unexpected end of file
-- cgit v1.2.3