Update colors

This commit is contained in:
Jeremiah Lowin 2025-04-13 11:33:00 -04:00
commit d7b443c9f5
2 changed files with 4 additions and 4 deletions

View file

@ -8,9 +8,9 @@
"decoration": "windows"
},
"colors": {
"dark": "#EA5455",
"light": "#EA5455",
"primary": "#EA5455"
"dark": "#f72585",
"light": "#4cc9f0",
"primary": "#3f37c9"
},
"description": "The fast, Pythonic way to build MCP servers.",
"footer": {

View file

@ -8,6 +8,6 @@ h3 code,
h4 code,
h5 code,
h6 code {
color: #ea5455 !important;
color: #f72585 !important;
background-color: #ea54551a !important;
}