Change github page source

This commit is contained in:
shadawck
2023-08-25 17:22:13 +00:00
committed by github-actions[bot]
parent 96a9b98b52
commit cfb7c3cf7b
8 changed files with 31 additions and 10 deletions
+1
View File
@@ -5,6 +5,7 @@
:root {
/* Browser default font-size is 16px, this way 1 rem = 10px */
font-size: 62.5%;
color-scheme: var(--color-scheme);
}
html {
-8
View File
@@ -22,14 +22,6 @@
overflow-y: initial;
}
code {
background-color: #666666;
border-radius: 5px;
/* Force background to be printed in Chrome */
-webkit-print-color-adjust: exact;
}
pre > .buttons {
z-index: 2;
}
+10
View File
@@ -50,6 +50,8 @@
--searchresults-border-color: #888;
--searchresults-li-bg: #252932;
--search-mark-bg: #e3b171;
--color-scheme: dark;
}
.coal {
@@ -90,6 +92,8 @@
--searchresults-border-color: #98a3ad;
--searchresults-li-bg: #2b2b2f;
--search-mark-bg: #355c7d;
--color-scheme: dark;
}
.light {
@@ -130,6 +134,8 @@
--searchresults-border-color: #888;
--searchresults-li-bg: #e4f2fe;
--search-mark-bg: #a2cff5;
--color-scheme: light;
}
.navy {
@@ -170,6 +176,8 @@
--searchresults-border-color: #5c5c68;
--searchresults-li-bg: #242430;
--search-mark-bg: #a2cff5;
--color-scheme: dark;
}
.rust {
@@ -210,6 +218,8 @@
--searchresults-border-color: #888;
--searchresults-li-bg: #dec2a2;
--search-mark-bg: #e69f67;
--color-scheme: light;
}
@media (prefers-color-scheme: dark) {
+6
View File
@@ -354,6 +354,9 @@ etc.</p>
<h2 id="javascript"><a class="header" href="#javascript"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></a></h2>
<ul>
<li>
<p><a href="https://github.com/arcanis/clipanion">Clipanion</a> : Official CLI framework powering both the Yarn CLI - one of the most complex command-line tool in the ecosystem - and small internal scripts. Clipanion is designed with type safety in mind, and leverages a syntax as idiomatic as possible to avoid cluttering your code with boilerplate.</p>
</li>
<li>
<p><a href="https://github.com/oclif/oclif">Oclif</a> : Oclif is a framework for building CLIs in Node.js. This framework was built out of the Heroku CLI but generalized to build any custom CLI. It's designed both for single-file CLIs with a few flag options, or for very complex CLIs that have subcommands (like git or heroku).</p>
</li>
<li>
@@ -549,6 +552,9 @@ etc.</p>
<li>
<p><a href="https://lib.rs/crates/termion">Termion</a> : Pure Rust, bindless library for low-level handling, manipulating and reading information about terminals.</p>
</li>
<li>
<p><a href="https://github.com/moonrepo/starbase#components">Starbase</a> : Framework for building performant command line applications and developer tools.</p>
</li>
</ul>
<h2 id="scala"><a class="header" href="#scala"><a href="https://www.scala-lang.org/">Scala</a></a></h2>
<ul>
+6
View File
@@ -355,6 +355,9 @@ etc.</p>
<h2 id="javascript"><a class="header" href="#javascript"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></a></h2>
<ul>
<li>
<p><a href="https://github.com/arcanis/clipanion">Clipanion</a> : Official CLI framework powering both the Yarn CLI - one of the most complex command-line tool in the ecosystem - and small internal scripts. Clipanion is designed with type safety in mind, and leverages a syntax as idiomatic as possible to avoid cluttering your code with boilerplate.</p>
</li>
<li>
<p><a href="https://github.com/oclif/oclif">Oclif</a> : Oclif is a framework for building CLIs in Node.js. This framework was built out of the Heroku CLI but generalized to build any custom CLI. It's designed both for single-file CLIs with a few flag options, or for very complex CLIs that have subcommands (like git or heroku).</p>
</li>
<li>
@@ -550,6 +553,9 @@ etc.</p>
<li>
<p><a href="https://lib.rs/crates/termion">Termion</a> : Pure Rust, bindless library for low-level handling, manipulating and reading information about terminals.</p>
</li>
<li>
<p><a href="https://github.com/moonrepo/starbase#components">Starbase</a> : Framework for building performant command line applications and developer tools.</p>
</li>
</ul>
<h2 id="scala"><a class="header" href="#scala"><a href="https://www.scala-lang.org/">Scala</a></a></h2>
<ul>
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long