File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 11: root {
2- --md-primary-fg-color : # e92063 ;
3- --md-primary-fg-color--light : # e92063 ;
4- --md-primary-fg-color--dark : # e92063 ;
2+ --md-primary-fg-color : # 2E4053 ;
3+ /* Primary color changed to pinkish */
4+ --md-primary-fg-color--light : # E0A3B6 ;
5+ --md-primary-fg-color--dark : # 1C3F74 ;
6+ /* Dark variant changed to blue */
57}
68
7-
8- /* Revert hue value to that of pre mkdocs-material v9.4.0 */
9+ /* Updated slate color scheme with new background */
910[data-md-color-scheme = "slate" ] {
1011 --md-hue : 230 ;
11- --md-default-bg-color : hsla (230 , 15% , 21% , 1 );
12+ --md-default-bg-color : # 1A1A1A ;
13+ /* Background changed to dark gray */
1214}
1315
1416.hide {
@@ -24,12 +26,15 @@ img.index-header {
2426 max-width : 500px ;
2527}
2628
29+ /* Updated custom colors */
2730.pydantic-pink {
28- color : # FF007F ;
31+ color : # E0A3B6 ;
32+ /* Updated to match new theme */
2933}
3034
3135.team-blue {
32- color : # 0072CE ;
36+ color : # 1C3F74 ;
37+ /* Updated to match new theme */
3338}
3439
3540.secure-green {
@@ -67,7 +72,6 @@ img.index-header {
6772 text-align : center;
6873}
6974
70-
7175/* Hide the entire footer */
7276.md-footer {
7377 display : none;
You can’t perform that action at this time.
0 commit comments