Echo9k commited on
Commit
133437f
·
1 Parent(s): 46a7459

change background color

Browse files
Files changed (1) hide show
  1. header.html +1 -1
header.html CHANGED
@@ -4,7 +4,7 @@
4
  <style>
5
  body {
6
  font-family: Arial, sans-serif;
7
- background: linear-gradient(45deg, #344557 0%, #0056b3 100%);
8
  color: white;
9
  text-align: center;
10
  padding: 20px;
 
4
  <style>
5
  body {
6
  font-family: Arial, sans-serif;
7
+ background: linear-gradient(45deg, hsl(211, 25%, 27%) 0%, #0056b3 100%);
8
  color: white;
9
  text-align: center;
10
  padding: 20px;