Skip to content

Commit 70409c9

Browse files
committed
color srgb->hex
1 parent 9f761ef commit 70409c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/assets/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ a:hover {
7575
code, pre {
7676
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
7777
border-radius: 6px;
78-
background-color: color(srgb 0.9655 0.9725 0.981);
78+
background-color: #f6f8fa;
7979
}
8080
.content pre {
8181
border: none;
@@ -146,7 +146,7 @@ html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem, htm
146146

147147
html.theme--documenter-dark code {
148148
/* background-color: rgba(52, 57, 65, 1); */
149-
background-color: rgba(35, 42, 52, 1);
149+
background-color: #232a34;
150150
}
151151

152152
/* Set the style for the header [dark theme]*/

0 commit comments

Comments
 (0)