Update templates/index.html
Browse files- templates/index.html +5 -3
templates/index.html
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
<title>{{ page_title|safe }}</title>
|
| 17 |
<style>
|
| 18 |
:root {
|
| 19 |
-
--text-color:
|
| 20 |
}
|
| 21 |
|
| 22 |
button {
|
|
@@ -25,7 +25,7 @@
|
|
| 25 |
|
| 26 |
body {
|
| 27 |
justify-content: center;
|
| 28 |
-
background-color:
|
| 29 |
display: flex;
|
| 30 |
align-items:center;
|
| 31 |
height: 100vh;
|
|
@@ -57,6 +57,7 @@
|
|
| 57 |
border-bottom: 1px solid yellow;
|
| 58 |
color:var(--text-color);
|
| 59 |
font-family: 'Andale Mono';
|
|
|
|
| 60 |
}
|
| 61 |
.pulse {
|
| 62 |
width: 40px;
|
|
@@ -106,6 +107,7 @@
|
|
| 106 |
h1 {
|
| 107 |
margin: 0px;
|
| 108 |
margin-top: 20px;
|
|
|
|
| 109 |
}
|
| 110 |
.feed {
|
| 111 |
transition: opacity 0.3s ease;
|
|
@@ -224,7 +226,7 @@
|
|
| 224 |
</style>
|
| 225 |
</head>
|
| 226 |
|
| 227 |
-
<body style="background-color:
|
| 228 |
<div class="outer-container">
|
| 229 |
<div class="flex-container">
|
| 230 |
|
|
|
|
| 16 |
<title>{{ page_title|safe }}</title>
|
| 17 |
<style>
|
| 18 |
:root {
|
| 19 |
+
--text-color: white;
|
| 20 |
}
|
| 21 |
|
| 22 |
button {
|
|
|
|
| 25 |
|
| 26 |
body {
|
| 27 |
justify-content: center;
|
| 28 |
+
background-color: black;
|
| 29 |
display: flex;
|
| 30 |
align-items:center;
|
| 31 |
height: 100vh;
|
|
|
|
| 57 |
border-bottom: 1px solid yellow;
|
| 58 |
color:var(--text-color);
|
| 59 |
font-family: 'Andale Mono';
|
| 60 |
+
font-weight: normal;
|
| 61 |
}
|
| 62 |
.pulse {
|
| 63 |
width: 40px;
|
|
|
|
| 107 |
h1 {
|
| 108 |
margin: 0px;
|
| 109 |
margin-top: 20px;
|
| 110 |
+
font-weight: normal;
|
| 111 |
}
|
| 112 |
.feed {
|
| 113 |
transition: opacity 0.3s ease;
|
|
|
|
| 226 |
</style>
|
| 227 |
</head>
|
| 228 |
|
| 229 |
+
<body style="background-color: black;">
|
| 230 |
<div class="outer-container">
|
| 231 |
<div class="flex-container">
|
| 232 |
|