Skip to content

Commit b4d81a7

Browse files
committed
1 parent 8658964 commit b4d81a7

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

assets/stylesheets/extra.css

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
}
3636

3737
:root {
38-
--stdl-dark-gray: #959CB4;
39-
--stdl-light-gray: #C4C9DD;
40-
--stdl-blue: #00468C;
41-
--md-primary-fg-color: var(--stdl-blue);
38+
--stdl-dark-gray: #5D6580;
39+
--stdl-light-gray: #C6CBD8;
40+
--stdl-gray: #8C96AD;
41+
--md-primary-fg-color: var(--stdl-gray);
4242
--md-accent-fg-color: var(--stdl-dark-gray);
4343
}
4444

@@ -61,22 +61,30 @@
6161
} */
6262

6363
.md-typeset :is(.abstract, .summary, .tldr)> :is(.admonition-title, summary) {
64-
background-color: white;
65-
border-bottom: 0.5px solid var(--stdl-blue);
64+
background-color: var(--stdl-light-gray);
65+
border-bottom: 0.5px solid var(--stdl-gray);
6666
}
6767

6868
.md-typeset .admonition.abstract:focus-within, .md-typeset details.abstract:focus-within {
6969
box-shadow: none;
7070
}
7171

7272
.md-typeset :is(.admonition, details):is(.abstract, .summary, .tldr) {
73-
border-color: var(--stdl-blue);
73+
border-color: var(--stdl-gray);
74+
}
75+
76+
.md-typeset :is(.admonition, details):is(.abstract, .summary, .tldr) a {
77+
color: white;
78+
}
79+
80+
.md-typeset :is(.admonition, details):is(.abstract, .summary, .tldr) a:hover {
81+
color: var(--stdl-dark-gray);
7482
}
7583

7684
.md-typeset :is(.abstract, .summary, .tldr)> :is(.admonition-title, summary)::before {
77-
background-color: var(--stdl-blue);
85+
background-color: white;
7886
}
7987

8088
.md-typeset :is(.abstract, .summary, .tldr)> :is(.admonition-title, summary)::after {
81-
background-color: var(--stdl-blue);
89+
background-color: white;
8290
}

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)