Skip to content

Commit 5a62140

Browse files
committed
Update color pallete
1 parent af6486d commit 5a62140

1 file changed

Lines changed: 1 addition & 34 deletions

File tree

src/css/custom.css

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,4 @@
2727
--ifm-color-primary-lighter: #bfdbfe;
2828
--ifm-color-primary-lightest: #dbeafe;
2929
--docusaurus-highlighted-code-line-bg: rgba(96, 165, 250, 0.15);
30-
}
31-
32-
/* Additional blue theme customizations to match the reference site */
33-
.alert--info {
34-
--ifm-alert-background-color: rgba(37, 99, 235, 0.1);
35-
--ifm-alert-border-color: rgba(37, 99, 235, 0.4);
36-
--ifm-alert-foreground-color: #1d4ed8;
37-
}
38-
39-
[data-theme='dark'] .alert--info {
40-
--ifm-alert-background-color: rgba(30, 58, 138, 0.4);
41-
--ifm-alert-border-color: rgba(37, 99, 235, 0.5);
42-
--ifm-alert-foreground-color: #60a5fa;
43-
}
44-
45-
/* Style links to match blue theme */
46-
.markdown a {
47-
color: var(--ifm-color-primary);
48-
}
49-
50-
.markdown a:hover {
51-
color: var(--ifm-color-primary-dark);
52-
}
53-
54-
/* Custom admonition styling to match reference site */
55-
.admonition.admonition-info {
56-
border-color: var(--ifm-color-primary);
57-
background-color: rgba(37, 99, 235, 0.1);
58-
}
59-
60-
[data-theme='dark'] .admonition.admonition-info {
61-
border-color: var(--ifm-color-primary);
62-
background-color: rgba(30, 58, 138, 0.4);
63-
}
30+
}

0 commit comments

Comments
 (0)