Skip to content

Commit 479889e

Browse files
committed
Deployed 66889ae to v2025.2.0 with MkDocs 1.5.3 and mike 2.1.1
1 parent a086ce8 commit 479889e

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

v2025.2.0/sitemap.xml.gz

0 Bytes
Binary file not shown.

v2025.2.0/stylesheets/extra.css

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
color: #2D4954 !important;
4242
}
4343

44-
.md-typeset a {
44+
/* .md-typeset a {
4545
color: #2D4954 !important;
4646
text-decoration: underline;
4747
text-decoration-thickness: 0.5px;;
@@ -52,6 +52,19 @@
5252
.md-typeset a:hover {
5353
color: teal !important;
5454
text-decoration-thickness: 2px;
55+
} */
56+
57+
.md-typeset a:not(.md-button) {
58+
color: #2D4954 !important;
59+
text-decoration: underline;
60+
text-decoration-thickness: 0.5px;
61+
font-weight: 600 !important;
62+
transition: color 0.25s ease-in-out;
63+
}
64+
65+
.md-typeset a:not(.md-button):hover {
66+
color: teal !important;
67+
text-decoration-thickness: 2px;
5568
}
5669

5770
.md-tabs__item--active {
@@ -64,12 +77,11 @@
6477
}
6578

6679

67-
[data-md-color-scheme="oracle"] .md-typeset .md-button,
68-
[data-md-color-scheme="slate"] .md-typeset .md-button {
80+
[data-md-color-scheme="oracle"] .md-typeset .md-button
81+
{
6982
border: 2px solid #5995ac !important;
7083
background-color: #2D4954 !important;
7184
color: #ffffff !important;
72-
text-decoration: underline !important;
7385
font-weight: 600;
7486
padding: 14px 20px;
7587
display: inline-block;
@@ -80,12 +92,13 @@
8092
}
8193

8294

83-
[data-md-color-scheme="oracle"] .md-typeset .md-button:hover,
84-
[data-md-color-scheme="slate"] .md-typeset .md-button:hover {
95+
[data-md-color-scheme="oracle"] .md-typeset .md-button:hover
96+
{
8597
background-color: #2D4954 !important;
8698
color: #ffffff !important;
8799
border: 4px solid #5995ac !important;
88100
transform: scale(1.05);
101+
text-decoration: underline !important;
89102
text-decoration-color: teal !important;
90103
}
91104

0 commit comments

Comments
 (0)