UCS2014 commited on
Commit
be628a2
·
verified ·
1 Parent(s): 9c6863e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -21,9 +21,9 @@ THEME: Dict[str, Any] = {
21
  "pill_pad_h": 14, # px
22
  "pill_font": 16, # px
23
  "tagline_font": 15, # px
24
- "bg1": "#90CAF9", # strip gradient start
25
- "bg2": "#90CAF9", # strip gradient end
26
- "text": "#EAB308", # gold text in pill
27
  "tagline_color": "#000000",
28
  },
29
  "page": {
@@ -47,8 +47,8 @@ THEME: Dict[str, Any] = {
47
  "pad_h": 20, # px
48
  "border": "#0B1220", # dark outline
49
  "border_hover": "#1E293B",
50
- "bg_top": "#E57373", # top colour of default card gradient
51
- "bg_bot": "#E57373", # bottom colour of default card gradient
52
  "title_color": "#0B1220",
53
  "blurb_color": "#566275",
54
  },
@@ -62,9 +62,9 @@ THEME: Dict[str, Any] = {
62
  "pad_v": 12, # px
63
  "pad_h": 20, # px
64
  "radius": 14, # px
65
- "bg1": "#90CAF9",
66
- "bg2": "#90CAF9",
67
- "text": "#EAB308",
68
  "border": "rgba(11,18,32,.45)",
69
  },
70
  }
 
21
  "pill_pad_h": 14, # px
22
  "pill_font": 16, # px
23
  "tagline_font": 15, # px
24
+ "bg1": "#1565C0", # strip gradient start
25
+ "bg2": "#1565C0", # strip gradient end
26
+ "text": "#FFFFFF", # gold text in pill
27
  "tagline_color": "#000000",
28
  },
29
  "page": {
 
47
  "pad_h": 20, # px
48
  "border": "#0B1220", # dark outline
49
  "border_hover": "#1E293B",
50
+ "bg_top": "#1565C0", # top colour of default card gradient
51
+ "bg_bot": "#1565C0", # bottom colour of default card gradient
52
  "title_color": "#0B1220",
53
  "blurb_color": "#566275",
54
  },
 
62
  "pad_v": 12, # px
63
  "pad_h": 20, # px
64
  "radius": 14, # px
65
+ "bg1": "#1565C0",
66
+ "bg2": "#1565C0",
67
+ "text": "#FFFFFF",
68
  "border": "rgba(11,18,32,.45)",
69
  },
70
  }