Skip to content

Commit 32e9900

Browse files
committed
feat(update doc style):
1 parent 8c09d65 commit 32e9900

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/stylesheets/extra.css

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
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;

0 commit comments

Comments
 (0)