Skip to content

Commit

Permalink
preview<----master (#2705)
Browse files Browse the repository at this point in the history
* idk

* node

* update

* Add files via upload

* hi

* Update Blog “interview-resources”

* Create Docs “career/help-ukraine/index”

* up

* update

* hi

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add files via upload

* Delete src/pages/docs/git directory

* Delete src/pages/docs/community directory

* Update README.md

* Create BlogTags “js-tips”

* Create Blog “web-performance”
  • Loading branch information
bgoonz authored Jun 28, 2022
1 parent 9eeb31f commit 7d96f29
Show file tree
Hide file tree
Showing 78 changed files with 54,827 additions and 57,277 deletions.
File renamed without changes.
4,659 changes: 4,659 additions & 0 deletions docs/README.md

Large diffs are not rendered by default.

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

0 comments on commit 7d96f29

Please sign in to comment.