Skip to content

Commit

Permalink
Deploying to gh-pages from @ bab1b35 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed Dec 28, 2023
1 parent 4edc133 commit 1ae287c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion basalt-bedrock-min.css

Large diffs are not rendered by default.

31 changes: 28 additions & 3 deletions basalt-bedrock.css
Original file line number Diff line number Diff line change
Expand Up @@ -2587,14 +2587,39 @@ blockquote, div.blockquote {
margin: 0.5rem 0;
border: none;
padding: 0.875rem 1rem;
--_brackets: var(--basalt-main-text-color);
--_builtin: 7,128,120;
--_code: var(--basalt-main-text-color);
--_comment: 40,155,40;
--_default: var(--basalt-main-text-color);
--_identifier: var(--basalt-main-text-color);
--_inlinedoc: 28,82,235;
--_inlinetags: 134,50,131;
--_number: 165,38,38;
--_reserved: 74,67,237;
--_string: var(--basalt-bright-element-color);
--_special: var(--basalt-dark-element-color);
--_quotes: var(--basalt-bright-element-color);
--_var: 67,144,62;
}
.code pre {
margin: 0;
}

.code :is(.hl-default, .hl-code, .hl-brackets, .hl-identifier) {
color: rgb(var(--basalt-main-text-color));
}
.code .hl-brackets { color: rgb(var(--_brackets)); }
.code .hl-builtin { color: rgb(var(--_builtin)); }
.code .hl-code { color: rgb(var(--_code)); }
.code .hl-comment { color: rgb(var(--_comment)); }
.code .hl-default { color: rgb(var(--_default)); }
.code .hl-identifier { color: rgb(var(--_identifier)); }
.code .hl-inlinedoc { color: rgb(var(--_inlinedoc)); }
.code .hl-inlinetags { color: rgb(var(--_inlinetags)); font-weight: bold; }
.code .hl-number { color: rgb(var(--_number)); }
.code .hl-reserved { color: rgb(var(--_reserved)); }
.code .hl-string { color: rgb(var(--_string)); }
.code .hl-special { color: rgb(var(--_special)); font-weight: bold; }
.code .hl-quotes { color: rgb(var(--_quotes)); }
.code .hl-var { color: rgb(var(--_var)); }

/*------------------------*/
/*--- TABLE OF CONTENT ---*/
Expand Down

0 comments on commit 1ae287c

Please sign in to comment.