Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit ef1d0b2

Browse files
committed
Update Assets
1 parent d5ad804 commit ef1d0b2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Assets/css/all.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ button {
205205
}
206206

207207
@custom-selector :--heading h1, h2, h3, h4, h5, h6;
208-
@custom-selector :--text-input input[type="text"],
208+
@custom-selector :--text-input
209+
input[type="text"],
209210
input[type="email"],
210211
input[type="number"],
211212
input[type="password"],
@@ -644,7 +645,8 @@ caption {
644645

645646
code,
646647
.graph text {
647-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
648+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
649+
"Courier New", monospace;
648650
font-weight: 300;
649651
}
650652

Resources/all.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,8 @@ caption {
701701

702702
code,
703703
.graph text {
704-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
704+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
705+
"Courier New", monospace;
705706
font-weight: 300;
706707
}
707708

@@ -1128,7 +1129,7 @@ nav li[class] {
11281129

11291130
.structure {
11301131
--background-image: var(--icon-structure);
1131-
--link: red;
1132+
--link: var(--system-purple);
11321133
}
11331134

11341135
.typealias {

0 commit comments

Comments
 (0)