Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
11e3870
1
Parent(s): 6e94ee5
Update colors
Browse files- docs/docs.json +3 -3
- docs/style.css +1 -1
docs/docs.json
CHANGED
|
@@ -8,9 +8,9 @@
|
|
| 8 |
"decoration": "windows"
|
| 9 |
},
|
| 10 |
"colors": {
|
| 11 |
-
"dark": "#
|
| 12 |
-
"light": "#
|
| 13 |
-
"primary": "#
|
| 14 |
},
|
| 15 |
"description": "The fast, Pythonic way to build MCP servers.",
|
| 16 |
"footer": {
|
|
|
|
| 8 |
"decoration": "windows"
|
| 9 |
},
|
| 10 |
"colors": {
|
| 11 |
+
"dark": "#f72585",
|
| 12 |
+
"light": "#4cc9f0",
|
| 13 |
+
"primary": "#3f37c9"
|
| 14 |
},
|
| 15 |
"description": "The fast, Pythonic way to build MCP servers.",
|
| 16 |
"footer": {
|
docs/style.css
CHANGED
|
@@ -8,6 +8,6 @@ h3 code,
|
|
| 8 |
h4 code,
|
| 9 |
h5 code,
|
| 10 |
h6 code {
|
| 11 |
-
color: #
|
| 12 |
background-color: #ea54551a !important;
|
| 13 |
}
|
|
|
|
| 8 |
h4 code,
|
| 9 |
h5 code,
|
| 10 |
h6 code {
|
| 11 |
+
color: #f72585 !important;
|
| 12 |
background-color: #ea54551a !important;
|
| 13 |
}
|