BraydenMoore commited on
Commit
7c9e16e
·
verified ·
1 Parent(s): e452b80

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -3
templates/index.html CHANGED
@@ -16,7 +16,7 @@
16
  <title>{{ page_title|safe }}</title>
17
  <style>
18
  :root {
19
- --text-color: rgb(63,63,63);
20
  }
21
 
22
  button {
@@ -25,7 +25,7 @@
25
 
26
  body {
27
  justify-content: center;
28
- background-color: black;
29
  display: flex;
30
  align-items:center;
31
  height: 100vh;
@@ -162,7 +162,6 @@
162
  }
163
  .tag {
164
  font-family: 'Andale Mono';
165
- font-weight: 50;
166
  margin: auto;
167
  color:var(--text-color);
168
  }
 
16
  <title>{{ page_title|safe }}</title>
17
  <style>
18
  :root {
19
+ --text-color: black;
20
  }
21
 
22
  button {
 
25
 
26
  body {
27
  justify-content: center;
28
+ background-color: white;
29
  display: flex;
30
  align-items:center;
31
  height: 100vh;
 
162
  }
163
  .tag {
164
  font-family: 'Andale Mono';
 
165
  margin: auto;
166
  color:var(--text-color);
167
  }