Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Jun 21, 2022
1 parent 691304e commit 70426de
Show file tree
Hide file tree
Showing 15 changed files with 3,378 additions and 909 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

34 changes: 17 additions & 17 deletions docs/css/hljs-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,48 +16,48 @@ hue-6-2: #c18401
*/

.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
color: #383a42;
background: #fafafa;
display: block;
overflow-x: auto;
padding: 0.5em;
color: #383a42;
background: #fafafa;
}

.hljs-comment,
.hljs-quote {
color: #a0a1a7;
font-style: italic;
color: #a0a1a7;
font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
color: #a626a4;
color: #a626a4;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
color: #e45649;
color: #e45649;
}

.hljs-literal {
color: #0184bb;
color: #0184bb;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
color: #50a14f;
color: #50a14f;
}

.hljs-built_in,
.hljs-class .hljs-title {
color: #c18401;
color: #c18401;
}

.hljs-attr,
Expand All @@ -68,7 +68,7 @@ hue-6-2: #c18401
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
color: #986801;
color: #986801;
}

.hljs-symbol,
Expand All @@ -77,17 +77,17 @@ hue-6-2: #c18401
.hljs-meta,
.hljs-selector-id,
.hljs-title {
color: #4078f2;
color: #4078f2;
}

.hljs-emphasis {
font-style: italic;
font-style: italic;
}

.hljs-strong {
font-weight: bold;
font-weight: bold;
}

.hljs-link {
text-decoration: underline;
text-decoration: underline;
}
Loading

1 comment on commit 70426de

@vercel
Copy link

@vercel vercel bot commented on 70426de Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 8 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.