monospace-web-jekyll-theme 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_config.yml +2 -2
- data/_includes/theme-infobox.html +1 -8
- data/_layouts/default.html +23 -8
- data/assets/css/monospace.min.css +2 -2
- data/assets/css/overrides.css +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b9d2e82cd52fc9374ee6b22ba3868084af772c0ce489642aaa0a43f4ebb8b41
|
4
|
+
data.tar.gz: 87f7634eb628ac84a913c8bab9b27c35d5b60ec17c94d3cb11dc19309d19b0d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf47c518256afd679ee331ed4a8c49e7a8a7cd1caebdb7520c6fe675e41db60aa87b4e2503f018e46214bd8f0dda02900de465a4408887de4a8d76e981f561b9
|
7
|
+
data.tar.gz: 6d85cd7f289a77c7af0171eba25b76507d7f126df0ec7b2d11d20c6dbf6302ca8add1a60749549bb85dd00ab2375ef41a0985b991b6c5ff14fb074d2a92641d0
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# monospace-web-jekyll-theme
|
2
2
|
|
3
|
-
A minimal Jekyll theme that automatically vendors CSS/JS from [monospace-web-theme](https://npmjs.com/package/monospace-web-theme).
|
3
|
+
A minimal Jekyll theme that automatically vendors CSS/JS from [monospace-web-theme](https://npmjs.com/package/monospace-web-theme). Published as a [RubyGem](https://rubygems.org/gems/monospace-web-jekyll-theme).
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
data/_config.yml
CHANGED
@@ -2,13 +2,6 @@
|
|
2
2
|
<tr>
|
3
3
|
<th>Theme</th>
|
4
4
|
<td colspan="3">{{ site.data.theme.themename }}</td>
|
5
|
-
<td rowspan="3" class="theme-metadata__toggle-cell">
|
6
|
-
<br />
|
7
|
-
<br />
|
8
|
-
{% include debug-toggle.html %}
|
9
|
-
<br />
|
10
|
-
</td>
|
11
|
-
</tr>
|
12
5
|
<tr>
|
13
6
|
<th>Version</th>
|
14
7
|
<td>v{{ site.data.theme.version }}</td>
|
@@ -21,4 +14,4 @@
|
|
21
14
|
<th>License</th>
|
22
15
|
<td>{{ site.data.theme.license }}</td>
|
23
16
|
</tr>
|
24
|
-
</table>
|
17
|
+
</table>
|
data/_layouts/default.html
CHANGED
@@ -1,28 +1,43 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
|
-
<html lang="{{ page.lang | default: site.lang | default: 'en' }}" {%
|
3
|
-
|
4
|
-
!='' %} data-theme="{{ chosen }}" {% endif %}>
|
2
|
+
<html lang="{{ page.lang | default: site.lang | default: 'en' }}" {% assign chosen=page.theme | default:
|
3
|
+
site.theme_options.default_theme | default: '' %} {% if chosen !='' %} data-theme="{{ chosen }}" {% endif %}>
|
5
4
|
|
6
5
|
<head>
|
7
6
|
{% include head.html %}
|
8
7
|
</head>
|
9
8
|
|
10
9
|
<body>
|
11
|
-
|
10
|
+
<header class="site-header">
|
11
|
+
{% include header.html %}
|
12
|
+
</header>
|
12
13
|
|
13
14
|
<main>
|
15
|
+
|
16
|
+
<!-- ─── your page content ─────────────────────────────────────────────── -->
|
14
17
|
{{ content }}
|
18
|
+
|
19
|
+
<!-- ─── debug-grid container (needed by monospace.js) ─────────────────── -->
|
20
|
+
<div class="debug-grid"></div>
|
15
21
|
</main>
|
16
22
|
|
17
|
-
<
|
18
|
-
|
19
|
-
|
23
|
+
<footer class="site-footer">
|
24
|
+
<br>
|
25
|
+
{% include footer.html %}
|
26
|
+
|
27
|
+
</footer>
|
28
|
+
|
29
|
+
<br>
|
30
|
+
|
31
|
+
<!-- ─── grid overlay toggle ──────────────────────────────────────────── -->
|
32
|
+
<div class="theme-metadata__toggle-cell">
|
33
|
+
{% include debug-toggle.html %}
|
34
|
+
</div>
|
20
35
|
|
21
36
|
{% if site.theme_options.show_theme_box %}
|
22
37
|
{% include theme-infobox.html %}
|
23
|
-
{% include debug-toggle.html %}
|
24
38
|
{% endif %}
|
25
39
|
|
40
|
+
<!-- monospace-grid JS helper (must come *after* your toggles + container) -->
|
26
41
|
<script defer src="{{ '/assets/js/monospace.min.js' | relative_url }}"></script>
|
27
42
|
</body>
|
28
43
|
|
@@ -1,3 +1,3 @@
|
|
1
|
-
@import url("https://fonts.cdnfonts.com/css/jetbrains-mono-2");a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none;margin:0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:""}table{border-spacing:0}:root{--font-family:"JetBrains Mono",monospace;--line-height:1.2rem;--border-thickness:2px;--text-color:#000;--text-color-alt:#666;--background-color:#fff;--background-color-alt:#eee;--font-weight-normal:500;--font-weight-medium:600;--font-weight-bold:800;font-family:var(--font-family);font-optical-sizing:auto;font-size:16px;font-style:normal;font-variant-numeric:tabular-nums lining-nums;font-weight:var(--font-weight-normal)}@media (prefers-color-scheme:dark){:root{--text-color:#fff;--text-color-alt:#aaa;--background-color:#000;--background-color-alt:#111}}*{box-sizing:border-box}*+*{margin-top:var(--line-height)}html{align-items:center;background:var(--background-color);color:var(--text-color);display:flex;flex-direction:column;padding:0}body,html{margin:0;width:100%}body{line-height:var(--line-height);max-width:calc(min(80ch, round(down, 100%, 1ch)));overflow-x:hidden;padding:var(--line-height) 2ch;position:relative}@media screen and (max-width:480px){:root{font-size:14px}body{padding:var(--line-height) 1ch}}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:var(--line-height);margin:calc(var(--line-height) * 2) 0 var(--line-height)}h1{font-size:2rem;line-height:calc(2 * var(--line-height));margin-bottom:calc(var(--line-height) * 2)}h1,h2{text-transform:uppercase}h2{font-size:1rem}hr{border:none;color:var(--text-color);height:var(--line-height);margin:calc(var(--line-height) * 1.5) 0;position:relative}hr,hr:after{display:block}hr:after{border-top:calc(var(--border-thickness) * 3) double var(--text-color);content:"";height:0;left:0;position:absolute;top:calc(var(--line-height) / 2 - var(--border-thickness));width:100%}a{text-decoration-thickness:var(--border-thickness)}a:link,a:visited{color:var(--text-color)}p{margin-bottom:var(--line-height)}strong{font-weight:var(--font-weight-bold)}em{font-style:italic}sub{display:inline-block;font-size:.75rem;line-height:0;margin:0;vertical-align:sub;width:calc(1ch / .75)}sub,table{position:relative}table{border-collapse:collapse;margin:0 0 calc(var(--line-height) * 2);top:calc(var(--line-height) / 2);width:calc(round(down, 100%, 1ch))}td,th{border:var(--border-thickness) solid var(--text-color);line-height:var(--line-height);padding:calc((var(--line-height) / 2)) calc(1ch - var(--border-thickness) / 2) calc((var(--line-height) / 2) - (var(--border-thickness)));text-align:left;vertical-align:top}table tbody tr:first-child>*{padding-top:calc((var(--line-height) / 2) - var(--border-thickness))}th{font-weight:700}.width-min{width:0}.width-auto{width:100%}.header{margin-bottom:calc(var(--line-height) * 2)}.header h1{margin:0}.header tr td:last-child{text-align:right}p{word-wrap:break-word;hyphens:auto;word-break:break-word}img,video{display:block;height:100%;object-fit:cover;width:100%}img{color:var(--text-color-alt);font-style:italic}details{border:var(--border-thickness) solid var(--text-color);margin-bottom:var(--line-height);padding:calc(var(--line-height) - var(--border-thickness)) 1ch}summary{cursor:pointer;font-weight:var(--font-weight-medium)}details[open] summary{margin-bottom:var(--line-height)}details ::marker{content:"▶";display:inline-block;margin:0}details[open] ::marker{content:"▼"}details :last-child{margin-bottom:0}pre{margin:var(--line-height) 0;overflow-x:auto;overflow-y:hidden;white-space:pre}figure pre{margin:0}code,pre{font-family:var(--font-family)}code{font-weight:var(--font-weight-medium)}figure{margin:calc(var(--line-height) * 2) 3ch;overflow-x:auto;overflow-y:hidden}figcaption{display:block;font-style:italic;margin-top:var(--line-height)}ol,ul{margin:0 0 var(--line-height);padding:0}ul{list-style-type:square;padding:0 0 0 2ch}ol{counter-reset:item;list-style-type:none;padding:0}ol ol,ol ul,ul ol,ul ul{margin:0;padding:0 0 0 3ch}ol li:before{content:counters(item,".") ". ";counter-increment:item;font-weight:var(--font-weight-medium)}li{margin:0;padding:0}li::marker{line-height:0}::-webkit-scrollbar{height:var(--line-height)}button,input,textarea{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background:var(--background-color);border:var(--border-thickness) solid var(--text-color);color:var(--text-color);font:inherit;font-weight:inherit;height:calc(var(--line-height) * 2);line-height:normal;margin:0;overflow:visible;padding:calc(var(--line-height) / 2 - var(--border-thickness)) calc(1ch - var(--border-thickness));width:auto}input[type=checkbox],input[type=radio]{cursor:pointer;display:inline-grid;height:var(--line-height);place-content:center;vertical-align:top;width:2ch}input[type=checkbox]:checked:before,input[type=radio]:checked:before{background:var(--text-color);content:"";height:calc(var(--line-height) / 2);width:1ch}input[type=radio],input[type=radio]:before{border-radius:100%}button:focus,input:focus{--border-thickness:3px;outline:none}input{width:calc(round(down, 100%, 1ch))}::placeholder{color:var(--text-color-alt);opacity:1}::-ms-input-placeholder{color:var(--text-color-alt)}button::-moz-focus-inner{border:0;padding:0}button{cursor:pointer;font-weight:var(--font-weight-medium);text-transform:uppercase}button:hover{background:var(--background-color-alt)}button:active{transform:translate(2px,2px)}label{display:block;font-weight:var(--font-weight-medium);height:auto;line-height:var(--line-height);margin:0;width:calc(round(down, 100%, 1ch))}label input{width:100%}.tree,.tree ul{line-height:var(--line-height);list-style-type:none;padding-left:0;position:relative}.tree ul{margin:0}.tree ul li{border-left:var(--border-thickness) solid var(--text-color);margin-left:1.5ch;padding-left:1.5ch;position:relative}.tree ul li:before{border-bottom:var(--border-thickness) solid var(--text-color);content:"";display:block;left:0;position:absolute;top:calc(var(--line-height) / 2);width:1ch}.tree ul li:last-child{border-left:none}.tree ul li:last-child:after{border-left:var(--border-thickness) solid var(--text-color);content:"";display:block;height:calc(var(--line-height) / 2);left:0;position:absolute;top:0}.grid{--grid-cells:0;display:flex;gap:1ch;margin-bottom:var(--line-height);width:calc(round(down, 100%, (1ch * var(--grid-cells)) - (1ch * var(--grid-cells) - 1)))}.grid>*,.grid>input{flex:0 0 calc(round(down,
|
1
|
+
@import url("https://fonts.cdnfonts.com/css/jetbrains-mono-2");a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none;margin:0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:""}table{border-spacing:0}:root{--font-family:"JetBrains Mono",monospace;--line-height:1.2rem;--border-thickness:2px;--text-color:#000;--text-color-alt:#666;--background-color:#fff;--background-color-alt:#eee;--font-weight-normal:500;--font-weight-medium:600;--font-weight-bold:800;font-family:var(--font-family);font-optical-sizing:auto;font-size:16px;font-style:normal;font-variant-numeric:tabular-nums lining-nums;font-weight:var(--font-weight-normal)}@media (prefers-color-scheme:dark){:root{--text-color:#fff;--text-color-alt:#aaa;--background-color:#000;--background-color-alt:#111}}*{box-sizing:border-box}*+*{margin-top:var(--line-height)}html{align-items:center;background:var(--background-color);color:var(--text-color);display:flex;flex-direction:column;padding:0}body,html{margin:0;width:100%}body{line-height:var(--line-height);max-width:calc(min(80ch, round(down, 100%, 1ch)));overflow-x:hidden;padding:var(--line-height) 2ch;position:relative}@media screen and (max-width:480px){:root{font-size:14px}body{padding:var(--line-height) 1ch}}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:var(--line-height);margin:calc(var(--line-height) * 2) 0 var(--line-height)}h1{font-size:2rem;line-height:calc(2 * var(--line-height));margin-bottom:calc(var(--line-height) * 2)}h1,h2{text-transform:uppercase}h2{font-size:1rem}hr{border:none;color:var(--text-color);height:var(--line-height);margin:calc(var(--line-height) * 1.5) 0;position:relative}hr,hr:after{display:block}hr:after{border-top:calc(var(--border-thickness) * 3) double var(--text-color);content:"";height:0;left:0;position:absolute;top:calc(var(--line-height) / 2 - var(--border-thickness));width:100%}a{text-decoration-thickness:var(--border-thickness)}a:link,a:visited{color:var(--text-color)}p{margin-bottom:var(--line-height)}strong{font-weight:var(--font-weight-bold)}em{font-style:italic}sub{display:inline-block;font-size:.75rem;line-height:0;margin:0;vertical-align:sub;width:calc(1ch / .75)}sub,table{position:relative}table{border-collapse:collapse;margin:0 0 calc(var(--line-height) * 2);top:calc(var(--line-height) / 2);width:calc(round(down, 100%, 1ch))}td,th{border:var(--border-thickness) solid var(--text-color);line-height:var(--line-height);padding:calc((var(--line-height) / 2)) calc(1ch - var(--border-thickness) / 2) calc((var(--line-height) / 2) - (var(--border-thickness)));text-align:left;vertical-align:top}table tbody tr:first-child>*{padding-top:calc((var(--line-height) / 2) - var(--border-thickness))}th{font-weight:700}.width-min{width:0}.width-auto{width:100%}.header{margin-bottom:calc(var(--line-height) * 2)}.header h1{margin:0}.header tr td:last-child{text-align:right}p{word-wrap:break-word;hyphens:auto;word-break:break-word}img,video{display:block;height:100%;object-fit:cover;width:100%}img{color:var(--text-color-alt);font-style:italic}details{border:var(--border-thickness) solid var(--text-color);margin-bottom:var(--line-height);padding:calc(var(--line-height) - var(--border-thickness)) 1ch}summary{cursor:pointer;font-weight:var(--font-weight-medium)}details[open] summary{margin-bottom:var(--line-height)}details ::marker{content:"▶";display:inline-block;margin:0}details[open] ::marker{content:"▼"}details :last-child{margin-bottom:0}pre{margin:var(--line-height) 0;overflow-x:auto;overflow-y:hidden;white-space:pre}figure pre{margin:0}code,pre{font-family:var(--font-family)}code{font-weight:var(--font-weight-medium)}figure{margin:calc(var(--line-height) * 2) 3ch;overflow-x:auto;overflow-y:hidden}figcaption{display:block;font-style:italic;margin-top:var(--line-height)}ol,ul{margin:0 0 var(--line-height);padding:0}ul{list-style-type:square;padding:0 0 0 2ch}ol{counter-reset:item;list-style-type:none;padding:0}ol ol,ol ul,ul ol,ul ul{margin:0;padding:0 0 0 3ch}ol li:before{content:counters(item,".") ". ";counter-increment:item;font-weight:var(--font-weight-medium)}li{margin:0;padding:0}li::marker{line-height:0}::-webkit-scrollbar{height:var(--line-height)}button,input,textarea{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background:var(--background-color);border:var(--border-thickness) solid var(--text-color);color:var(--text-color);font:inherit;font-weight:inherit;height:calc(var(--line-height) * 2);line-height:normal;margin:0;overflow:visible;padding:calc(var(--line-height) / 2 - var(--border-thickness)) calc(1ch - var(--border-thickness));width:auto}input[type=checkbox],input[type=radio]{cursor:pointer;display:inline-grid;height:var(--line-height);place-content:center;vertical-align:top;width:2ch}input[type=checkbox]:checked:before,input[type=radio]:checked:before{background:var(--text-color);content:"";height:calc(var(--line-height) / 2);width:1ch}input[type=radio],input[type=radio]:before{border-radius:100%}button:focus,input:focus{--border-thickness:3px;outline:none}input{width:calc(round(down, 100%, 1ch))}::placeholder{color:var(--text-color-alt);opacity:1}::-ms-input-placeholder{color:var(--text-color-alt)}button::-moz-focus-inner{border:0;padding:0}button{cursor:pointer;font-weight:var(--font-weight-medium);text-transform:uppercase}button:hover{background:var(--background-color-alt)}button:active{transform:translate(2px,2px)}label{display:block;font-weight:var(--font-weight-medium);height:auto;line-height:var(--line-height);margin:0;width:calc(round(down, 100%, 1ch))}label input{width:100%}.tree,.tree ul{line-height:var(--line-height);list-style-type:none;padding-left:0;position:relative}.tree ul{margin:0}.tree ul li{border-left:var(--border-thickness) solid var(--text-color);margin-left:1.5ch;padding-left:1.5ch;position:relative}.tree ul li:before{border-bottom:var(--border-thickness) solid var(--text-color);content:"";display:block;left:0;position:absolute;top:calc(var(--line-height) / 2);width:1ch}.tree ul li:last-child{border-left:none}.tree ul li:last-child:after{border-left:var(--border-thickness) solid var(--text-color);content:"";display:block;height:calc(var(--line-height) / 2);left:0;position:absolute;top:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--background-color);background-image:linear-gradient(45deg,transparent 50%,var(--text-color) 50%),linear-gradient(135deg,var(--text-color) 50%,transparent 50%);background-position:calc(100% - 1.5ch) calc(50% - .25ch),calc(100% - 1ch) calc(50% - .25ch);background-repeat:no-repeat;background-size:.5ch .5ch,.5ch .5ch;border:var(--border-thickness) solid var(--text-color);color:var(--text-color);cursor:pointer;font:inherit;font-weight:inherit;height:calc(var(--line-height) * 2);padding:calc(var(--line-height) / 2 - var(--border-thickness)) 1ch;padding-right:3ch}select:focus{--border-thickness:3px;outline:none}option{background-color:var(--background-color);color:var(--text-color)}.grid{--grid-cells:0;display:flex;gap:1ch;margin-bottom:var(--line-height);width:calc(round(down, 100%, (1ch * var(--grid-cells)) - (1ch * var(--grid-cells) - 1)))}.grid>*,.grid>input{flex:0 0 calc(round(down,
|
2
2
|
(100% - (1ch * (var(--grid-cells) - 1))) / var(--grid-cells),
|
3
|
-
1ch))}.grid:has(>:last-child:first-child){--grid-cells:1}.grid:has(>:last-child:nth-child(2)){--grid-cells:2}.grid:has(>:last-child:nth-child(3)){--grid-cells:3}.grid:has(>:last-child:nth-child(4)){--grid-cells:4}.grid:has(>:last-child:nth-child(5)){--grid-cells:5}.grid:has(>:last-child:nth-child(6)){--grid-cells:6}.grid:has(>:last-child:nth-child(7)){--grid-cells:7}.grid:has(>:last-child:nth-child(8)){--grid-cells:8}.grid:has(>:last-child:nth-child(9)){--grid-cells:9}.debug .debug-grid{--color:color-mix(in srgb,var(--text-color) 10%,var(--background-color) 90%);background-image:repeating-linear-gradient(var(--color) 0 1px,transparent 1px 100%),repeating-linear-gradient(90deg,var(--color) 0 1px,transparent 1px 100%);background-size:1ch var(--line-height);bottom:0;left:0;margin:0;position:absolute;right:0;top:0;z-index:-1}.debug .off-grid{background:rgba(255,0,0,.1)}.debug-toggle-label{text-align:right}
|
3
|
+
1ch))}.grid:has(>:last-child:first-child){--grid-cells:1}.grid:has(>:last-child:nth-child(2)){--grid-cells:2}.grid:has(>:last-child:nth-child(3)){--grid-cells:3}.grid:has(>:last-child:nth-child(4)){--grid-cells:4}.grid:has(>:last-child:nth-child(5)){--grid-cells:5}.grid:has(>:last-child:nth-child(6)){--grid-cells:6}.grid:has(>:last-child:nth-child(7)){--grid-cells:7}.grid:has(>:last-child:nth-child(8)){--grid-cells:8}.grid:has(>:last-child:nth-child(9)){--grid-cells:9}.debug .debug-grid{--color:color-mix(in srgb,var(--text-color) 10%,var(--background-color) 90%);background-image:repeating-linear-gradient(var(--color) 0 1px,transparent 1px 100%),repeating-linear-gradient(90deg,var(--color) 0 1px,transparent 1px 100%);background-size:1ch var(--line-height);bottom:0;left:0;margin:0;position:absolute;right:0;top:0;z-index:-1}.debug .off-grid{background:rgba(255,0,0,.1)}.debug-toggle-label{text-align:right}[data-theme=rose]{--background-color:#fff0f5;--background-color-alt:#ffe5ee;--text-color:#550a2a;--text-color-alt:#a02040}@media (prefers-color-scheme:dark){[data-theme=rose]{--background-color:#3b0a24;--background-color-alt:#4d122c;--text-color:#ffe5ee;--text-color-alt:#ffb6c1}}[data-theme=ocean]{--background-color:#f0fcff;--background-color-alt:#e0f9ff;--text-color:#00475d;--text-color-alt:#007c96}@media (prefers-color-scheme:dark){[data-theme=ocean]{--background-color:#002933;--background-color-alt:#003a47;--text-color:#e0f9ff;--text-color-alt:#90dffa}}[data-theme=forest]{--background-color:#f3fff0;--background-color-alt:#ecffeb;--text-color:#2a4f2a;--text-color-alt:#4f7f4f}@media (prefers-color-scheme:dark){[data-theme=forest]{--background-color:#1a2e1a;--background-color-alt:#243f24;--text-color:#d6f5d6;--text-color-alt:#a4d4a4}}[data-theme=desert]{--background-color:#faf3d7;--background-color-alt:#f5e8b8;--text-color:#8b6d1f;--text-color-alt:#b98a00}@media (prefers-color-scheme:dark){[data-theme=desert]{--background-color:#3f351f;--background-color-alt:#5a4a2a;--text-color:#f5e8b8;--text-color-alt:#efd08f}}[data-theme=sepia]{--background-color:#f4ece2;--background-color-alt:#e8d9c5;--text-color:#5d3a1a;--text-color-alt:#8b5a2b}@media (prefers-color-scheme:dark){[data-theme=sepia]{--background-color:#392b24;--background-color-alt:#4f3b32;--text-color:#e8d9c5;--text-color-alt:#cbb3a3}}[data-theme=twilight]{--background-color:#f0f0ff;--background-color-alt:#e8e8ff;--text-color:#2a2a5b;--text-color-alt:#4f4fa3}@media (prefers-color-scheme:dark){[data-theme=twilight]{--background-color:#1e1e3a;--background-color-alt:#2a2a4f;--text-color:#e0d8ff;--text-color-alt:#bfb3ff}}[data-theme=glacier]{--background-color:#f4fbff;--background-color-alt:#e6f7fd;--text-color:#034;--text-color-alt:#056}@media (prefers-color-scheme:dark){[data-theme=glacier]{--background-color:#0d1a1f;--background-color-alt:#1a2d33;--text-color:#ccf2ff;--text-color-alt:#99e0f2}}[data-theme=clay]{--background-color:#f8ebe4;--background-color-alt:#e6c8ba;--text-color:#8b453f;--text-color-alt:#b66e63}@media (prefers-color-scheme:dark){[data-theme=clay]{--background-color:#3b2e2a;--background-color-alt:#513f3c;--text-color:#e6c8ba;--text-color-alt:#d0a49d}}[data-theme=midnight]{--background-color:#111622;--background-color-alt:#1a1f2f;--text-color:#d0d8ff;--text-color-alt:#a0b0e0}@media (prefers-color-scheme:dark){[data-theme=midnight]{--background-color:#0a0f18;--background-color-alt:#141a29;--text-color:#d0d8ff;--text-color-alt:#a0b0e0}}[data-theme=sandstone]{--background-color:#fbede2;--background-color-alt:#f1d2c4;--text-color:#a34f3e;--text-color-alt:#c96b54}@media (prefers-color-scheme:dark){[data-theme=sandstone]{--background-color:#3a2b27;--background-color-alt:#513f3b;--text-color:#f1d2c4;--text-color-alt:#d8ac9e}}[data-theme=coral]{--background-color:#fff5f0;--background-color-alt:#ffe6dc;--text-color:#d1443c;--text-color-alt:#e65a49}@media (prefers-color-scheme:dark){[data-theme=coral]{--background-color:#4b1e16;--background-color-alt:#5c2a21;--text-color:#ffe6dc;--text-color-alt:#ffb8aa}}[data-theme=mint]{--background-color:#f0fff4;--background-color-alt:#e0ffea;--text-color:#1f5d40;--text-color-alt:#3a8f6b}@media (prefers-color-scheme:dark){[data-theme=mint]{--background-color:#1a2a1e;--background-color-alt:#243a27;--text-color:#e0ffea;--text-color-alt:#a0d2ac}}[data-theme=mauve]{--background-color:#faf5ff;--background-color-alt:#f1eaff;--text-color:#5b2a5b;--text-color-alt:#7f4f7f}@media (prefers-color-scheme:dark){[data-theme=mauve]{--background-color:#2e1e2e;--background-color-alt:#3c2a3c;--text-color:#f1eaff;--text-color-alt:#d6b3d6}}[data-theme=slate]{--background-color:#f4f6f8;--background-color-alt:#e6e9ed;--text-color:#2e3a47;--text-color-alt:#48535f}@media (prefers-color-scheme:dark){[data-theme=slate]{--background-color:#181f24;--background-color-alt:#242c31;--text-color:#e6e9ed;--text-color-alt:#b0b6bb}}[data-theme=honey]{--background-color:#fff9e6;--background-color-alt:#fff3cc;--text-color:#7f5900;--text-color-alt:#a36f0a}@media (prefers-color-scheme:dark){[data-theme=honey]{--background-color:#3a2d14;--background-color-alt:#503f1c;--text-color:#fff3cc;--text-color-alt:#ffe599}}[data-theme=rust]{--background-color:#fff0ea;--background-color-alt:#ffdacf;--text-color:#8b2e0f;--text-color-alt:#b34718}@media (prefers-color-scheme:dark){[data-theme=rust]{--background-color:#2f1a15;--background-color-alt:#422a23;--text-color:#ffdacf;--text-color-alt:#ffb699}}[data-theme=dracula]{--background-color:#f8f8f2;--background-color-alt:#e8e8dc;--text-color:#282a36;--text-color-alt:#44475a}@media (prefers-color-scheme:dark){[data-theme=dracula]{--background-color:#282a36;--background-color-alt:#373a4f;--text-color:#f8f8f2;--text-color-alt:#bd93f9}}[data-theme=solarized]{--background-color:#fdf6e3;--background-color-alt:#eee8d5;--text-color:#657b83;--text-color-alt:#586e75}@media (prefers-color-scheme:dark){[data-theme=solarized]{--background-color:#002b36;--background-color-alt:#073642;--text-color:#fdf6e3;--text-color-alt:#93a1a1}}[data-theme=monokai]{--background-color:#f5f5f5;--background-color-alt:#e8e8e8;--text-color:#272822;--text-color-alt:#75715e}@media (prefers-color-scheme:dark){[data-theme=monokai]{--background-color:#272822;--background-color-alt:#3e3d32;--text-color:#f8f8f2;--text-color-alt:#f92672}}[data-theme=gruvbox]{--background-color:#fbf1c7;--background-color-alt:#f9f5d7;--text-color:#3c3836;--text-color-alt:#504945}@media (prefers-color-scheme:dark){[data-theme=gruvbox]{--background-color:#282828;--background-color-alt:#32302f;--text-color:#ebdbb2;--text-color-alt:#d5c4a1}}[data-theme=nord]{--background-color:#eceff4;--background-color-alt:#e5e9f0;--text-color:#2e3440;--text-color-alt:#4c566a}@media (prefers-color-scheme:dark){[data-theme=nord]{--background-color:#2e3440;--background-color-alt:#3b4252;--text-color:#d8dee9;--text-color-alt:#e5e9f0}}[data-theme=one-dark]{--background-color:#fafafa;--background-color-alt:#f0f0f0;--text-color:#383a42;--text-color-alt:#525358}@media (prefers-color-scheme:dark){[data-theme=one-dark]{--background-color:#282c34;--background-color-alt:#353b45;--text-color:#abb2bf;--text-color-alt:#cad3e0}}[data-theme=palenight]{--background-color:#f5f2fa;--background-color-alt:#ebe8f5;--text-color:#4a4563;--text-color-alt:#6c678e}@media (prefers-color-scheme:dark){[data-theme=palenight]{--background-color:#292d3e;--background-color-alt:#444267;--text-color:#e0def4;--text-color-alt:#c3bef0}}[data-theme=terminal]{--background-color:#000;--background-color-alt:#010;--text-color:#0f0;--text-color-alt:#6f6}@media (prefers-color-scheme:dark){[data-theme=terminal]{--background-color:#000;--background-color-alt:#010;--text-color:#0f0;--text-color-alt:#6f6}}
|
data/assets/css/overrides.css
CHANGED