Update app.py
Browse files
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": "#
|
| 25 |
-
"bg2": "#
|
| 26 |
-
"text": "#
|
| 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": "#
|
| 51 |
-
"bg_bot": "#
|
| 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": "#
|
| 66 |
-
"bg2": "#
|
| 67 |
-
"text": "#
|
| 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 |
}
|