Update static/css/style.css
Browse files- static/css/style.css +1 -1
static/css/style.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
body {
|
2 |
font-family: 'Roboto', sans-serif;
|
3 |
-
background-color:
|
4 |
margin: 0;
|
5 |
padding: 0;
|
6 |
display: flex;
|
|
|
1 |
body {
|
2 |
font-family: 'Roboto', sans-serif;
|
3 |
+
background-color: linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);
|
4 |
margin: 0;
|
5 |
padding: 0;
|
6 |
display: flex;
|