firetac commited on
Commit
83de764
·
verified ·
1 Parent(s): 0b791f7

Update static/css/style.css

Browse files
Files changed (1) hide show
  1. 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: #f0f0f0;
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;