diff --git a/static/1.10.1/css/docpage.css b/static/1.10.1/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.10.1/css/docpage.css +++ b/static/1.10.1/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.10.1/css/landing.css b/static/1.10.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.10.1/css/landing.css +++ b/static/1.10.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.10.1/css/main.css b/static/1.10.1/css/main.css index f98612c5..056503cf 100644 --- a/static/1.10.1/css/main.css +++ b/static/1.10.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.11.1/css/docpage.css b/static/1.11.1/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.11.1/css/docpage.css +++ b/static/1.11.1/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.11.1/css/landing.css b/static/1.11.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.11.1/css/landing.css +++ b/static/1.11.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.11.1/css/main.css b/static/1.11.1/css/main.css index f98612c5..056503cf 100644 --- a/static/1.11.1/css/main.css +++ b/static/1.11.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.12.2/css/docpage.css b/static/1.12.2/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.12.2/css/docpage.css +++ b/static/1.12.2/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.12.2/css/landing.css b/static/1.12.2/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.12.2/css/landing.css +++ b/static/1.12.2/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.12.2/css/main.css b/static/1.12.2/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.12.2/css/main.css +++ b/static/1.12.2/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.13.1/css/docpage.css b/static/1.13.1/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.13.1/css/docpage.css +++ b/static/1.13.1/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.13.1/css/landing.css b/static/1.13.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.13.1/css/landing.css +++ b/static/1.13.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.13.1/css/main.css b/static/1.13.1/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.13.1/css/main.css +++ b/static/1.13.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.15.0/css/docpage.css b/static/1.15.0/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.15.0/css/docpage.css +++ b/static/1.15.0/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.15.0/css/landing.css b/static/1.15.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.15.0/css/landing.css +++ b/static/1.15.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.15.0/css/main.css b/static/1.15.0/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.15.0/css/main.css +++ b/static/1.15.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.16.1/css/docpage.css b/static/1.16.1/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.16.1/css/docpage.css +++ b/static/1.16.1/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.16.1/css/landing.css b/static/1.16.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.16.1/css/landing.css +++ b/static/1.16.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.16.1/css/main.css b/static/1.16.1/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.16.1/css/main.css +++ b/static/1.16.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.17.1/css/docpage.css b/static/1.17.1/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.17.1/css/docpage.css +++ b/static/1.17.1/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.17.1/css/landing.css b/static/1.17.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.17.1/css/landing.css +++ b/static/1.17.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.17.1/css/main.css b/static/1.17.1/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.17.1/css/main.css +++ b/static/1.17.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.18.1/css/docpage.css b/static/1.18.1/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.18.1/css/docpage.css +++ b/static/1.18.1/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.18.1/css/landing.css b/static/1.18.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.18.1/css/landing.css +++ b/static/1.18.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.18.1/css/main.css b/static/1.18.1/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.18.1/css/main.css +++ b/static/1.18.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.19.0/css/docpage.css b/static/1.19.0/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.19.0/css/docpage.css +++ b/static/1.19.0/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.19.0/css/landing.css b/static/1.19.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.19.0/css/landing.css +++ b/static/1.19.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.19.0/css/main.css b/static/1.19.0/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.19.0/css/main.css +++ b/static/1.19.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.20.0/css/docpage.css b/static/1.20.0/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.20.0/css/docpage.css +++ b/static/1.20.0/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.20.0/css/landing.css b/static/1.20.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.20.0/css/landing.css +++ b/static/1.20.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.20.0/css/main.css b/static/1.20.0/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.20.0/css/main.css +++ b/static/1.20.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.21.0/css/docpage.css b/static/1.21.0/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.21.0/css/docpage.css +++ b/static/1.21.0/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.21.0/css/landing.css b/static/1.21.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.21.0/css/landing.css +++ b/static/1.21.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.21.0/css/main.css b/static/1.21.0/css/main.css index 5f4fce6c..cb969ed7 100644 --- a/static/1.21.0/css/main.css +++ b/static/1.21.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.22.0/css/docpage.css b/static/1.22.0/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.22.0/css/docpage.css +++ b/static/1.22.0/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.22.0/css/landing.css b/static/1.22.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.22.0/css/landing.css +++ b/static/1.22.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.22.0/css/main.css b/static/1.22.0/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.22.0/css/main.css +++ b/static/1.22.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.23.0/css/docpage.css b/static/1.23.0/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.23.0/css/docpage.css +++ b/static/1.23.0/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.23.0/css/landing.css b/static/1.23.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.23.0/css/landing.css +++ b/static/1.23.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.23.0/css/main.css b/static/1.23.0/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.23.0/css/main.css +++ b/static/1.23.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.24.0/css/docpage.css b/static/1.24.0/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.24.0/css/docpage.css +++ b/static/1.24.0/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.24.0/css/landing.css b/static/1.24.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.24.0/css/landing.css +++ b/static/1.24.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.24.0/css/main.css b/static/1.24.0/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.24.0/css/main.css +++ b/static/1.24.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.25.1/css/docpage.css b/static/1.25.1/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.25.1/css/docpage.css +++ b/static/1.25.1/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.25.1/css/landing.css b/static/1.25.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.25.1/css/landing.css +++ b/static/1.25.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.25.1/css/main.css b/static/1.25.1/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.25.1/css/main.css +++ b/static/1.25.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.26.0/css/docpage.css b/static/1.26.0/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.26.0/css/docpage.css +++ b/static/1.26.0/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.26.0/css/landing.css b/static/1.26.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.26.0/css/landing.css +++ b/static/1.26.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.26.0/css/main.css b/static/1.26.0/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.26.0/css/main.css +++ b/static/1.26.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.27.0/css/docpage.css b/static/1.27.0/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.27.0/css/docpage.css +++ b/static/1.27.0/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.27.0/css/landing.css b/static/1.27.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.27.0/css/landing.css +++ b/static/1.27.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.27.0/css/main.css b/static/1.27.0/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.27.0/css/main.css +++ b/static/1.27.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.28.0/css/docpage.css b/static/1.28.0/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.28.0/css/docpage.css +++ b/static/1.28.0/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.28.0/css/landing.css b/static/1.28.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.28.0/css/landing.css +++ b/static/1.28.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.28.0/css/main.css b/static/1.28.0/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.28.0/css/main.css +++ b/static/1.28.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.29.1/css/docpage.css b/static/1.29.1/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.29.1/css/docpage.css +++ b/static/1.29.1/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.29.1/css/landing.css b/static/1.29.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.29.1/css/landing.css +++ b/static/1.29.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.29.1/css/main.css b/static/1.29.1/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.29.1/css/main.css +++ b/static/1.29.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.3.1/css/docpage.css b/static/1.3.1/css/docpage.css index 133d34c3..9e59448c 100644 --- a/static/1.3.1/css/docpage.css +++ b/static/1.3.1/css/docpage.css @@ -163,3 +163,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.3.1/css/landing.css b/static/1.3.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.3.1/css/landing.css +++ b/static/1.3.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.3.1/css/main.css b/static/1.3.1/css/main.css index f98612c5..056503cf 100644 --- a/static/1.3.1/css/main.css +++ b/static/1.3.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.31.0/css/docpage.css b/static/1.31.0/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.31.0/css/docpage.css +++ b/static/1.31.0/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.31.0/css/landing.css b/static/1.31.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.31.0/css/landing.css +++ b/static/1.31.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.31.0/css/main.css b/static/1.31.0/css/main.css index c564f844..cb8f1d79 100644 --- a/static/1.31.0/css/main.css +++ b/static/1.31.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.34.0/css/docpage.css b/static/1.34.0/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.34.0/css/docpage.css +++ b/static/1.34.0/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.34.0/css/landing.css b/static/1.34.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.34.0/css/landing.css +++ b/static/1.34.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.34.0/css/main.css b/static/1.34.0/css/main.css index 8c926146..be8b7f11 100644 --- a/static/1.34.0/css/main.css +++ b/static/1.34.0/css/main.css @@ -288,3 +288,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.35.0/css/docpage.css b/static/1.35.0/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.35.0/css/docpage.css +++ b/static/1.35.0/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.35.0/css/landing.css b/static/1.35.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.35.0/css/landing.css +++ b/static/1.35.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.35.0/css/main.css b/static/1.35.0/css/main.css index 8c926146..be8b7f11 100644 --- a/static/1.35.0/css/main.css +++ b/static/1.35.0/css/main.css @@ -288,3 +288,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.36.0/css/docpage.css b/static/1.36.0/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.36.0/css/docpage.css +++ b/static/1.36.0/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.36.0/css/landing.css b/static/1.36.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.36.0/css/landing.css +++ b/static/1.36.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.36.0/css/main.css b/static/1.36.0/css/main.css index 8c926146..be8b7f11 100644 --- a/static/1.36.0/css/main.css +++ b/static/1.36.0/css/main.css @@ -288,3 +288,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.37.1/css/docpage.css b/static/1.37.1/css/docpage.css index 6c38019b..2d1e4e35 100644 --- a/static/1.37.1/css/docpage.css +++ b/static/1.37.1/css/docpage.css @@ -182,3 +182,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.37.1/css/landing.css b/static/1.37.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.37.1/css/landing.css +++ b/static/1.37.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.37.1/css/main.css b/static/1.37.1/css/main.css index 8c926146..be8b7f11 100644 --- a/static/1.37.1/css/main.css +++ b/static/1.37.1/css/main.css @@ -288,3 +288,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.4.0/css/docpage.css b/static/1.4.0/css/docpage.css index 133d34c3..9e59448c 100644 --- a/static/1.4.0/css/docpage.css +++ b/static/1.4.0/css/docpage.css @@ -163,3 +163,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.4.0/css/landing.css b/static/1.4.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.4.0/css/landing.css +++ b/static/1.4.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.4.0/css/main.css b/static/1.4.0/css/main.css index f98612c5..056503cf 100644 --- a/static/1.4.0/css/main.css +++ b/static/1.4.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.5.0/css/docpage.css b/static/1.5.0/css/docpage.css index 133d34c3..9e59448c 100644 --- a/static/1.5.0/css/docpage.css +++ b/static/1.5.0/css/docpage.css @@ -163,3 +163,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.5.0/css/landing.css b/static/1.5.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.5.0/css/landing.css +++ b/static/1.5.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.5.0/css/main.css b/static/1.5.0/css/main.css index f98612c5..056503cf 100644 --- a/static/1.5.0/css/main.css +++ b/static/1.5.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.5.1/css/docpage.css b/static/1.5.1/css/docpage.css index 133d34c3..9e59448c 100644 --- a/static/1.5.1/css/docpage.css +++ b/static/1.5.1/css/docpage.css @@ -163,3 +163,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.5.1/css/landing.css b/static/1.5.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.5.1/css/landing.css +++ b/static/1.5.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.5.1/css/main.css b/static/1.5.1/css/main.css index f98612c5..056503cf 100644 --- a/static/1.5.1/css/main.css +++ b/static/1.5.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.6.0/css/docpage.css b/static/1.6.0/css/docpage.css index 133d34c3..9e59448c 100644 --- a/static/1.6.0/css/docpage.css +++ b/static/1.6.0/css/docpage.css @@ -163,3 +163,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.6.0/css/landing.css b/static/1.6.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.6.0/css/landing.css +++ b/static/1.6.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.6.0/css/main.css b/static/1.6.0/css/main.css index f98612c5..056503cf 100644 --- a/static/1.6.0/css/main.css +++ b/static/1.6.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.7.0/css/docpage.css b/static/1.7.0/css/docpage.css index 133d34c3..9e59448c 100644 --- a/static/1.7.0/css/docpage.css +++ b/static/1.7.0/css/docpage.css @@ -163,3 +163,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.7.0/css/landing.css b/static/1.7.0/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.7.0/css/landing.css +++ b/static/1.7.0/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.7.0/css/main.css b/static/1.7.0/css/main.css index f98612c5..056503cf 100644 --- a/static/1.7.0/css/main.css +++ b/static/1.7.0/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.8.1/css/docpage.css b/static/1.8.1/css/docpage.css index 133d34c3..9e59448c 100644 --- a/static/1.8.1/css/docpage.css +++ b/static/1.8.1/css/docpage.css @@ -163,3 +163,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.8.1/css/landing.css b/static/1.8.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.8.1/css/landing.css +++ b/static/1.8.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.8.1/css/main.css b/static/1.8.1/css/main.css index f98612c5..056503cf 100644 --- a/static/1.8.1/css/main.css +++ b/static/1.8.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/1.9.1/css/docpage.css b/static/1.9.1/css/docpage.css index e7d3c52c..c1a9e11c 100644 --- a/static/1.9.1/css/docpage.css +++ b/static/1.9.1/css/docpage.css @@ -169,3 +169,17 @@ .next .prevnext-text::after { content: " >"; } + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } +} \ No newline at end of file diff --git a/static/1.9.1/css/landing.css b/static/1.9.1/css/landing.css index f9d15ab0..385152b0 100644 --- a/static/1.9.1/css/landing.css +++ b/static/1.9.1/css/landing.css @@ -99,7 +99,7 @@ margin: 0; width: 100%; transition: background 0.3s; - text-indent 2px; + text-indent: 2px; } #replin:focus { @@ -118,8 +118,8 @@ /* Github Banner */ -.github-corner:hover .octo-arm{ - animation:octocat-wave 560ms ease-in-out; +.github-corner:hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; } /* Donate button */ @@ -128,23 +128,41 @@ margin: 0 15px; } -@keyframes octocat-wave{ +@keyframes octocat-wave { 0%, 100% { - transform:rotate(0); + transform: rotate(0); } 20%, 60% { - transform:rotate(-25deg); + transform: rotate(-25deg); } - 40%, 80%{ - transform:rotate(10deg); + 40%, 80% { + transform: rotate(10deg); } } @media (max-width:500px) { .github-corner:hover .octo-arm { - animation:none; + animation: none; } .github-corner .octo-arm { - animation:octocat-wave 560ms ease-in-out; + animation: octocat-wave 560ms ease-in-out; } } + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } +} \ No newline at end of file diff --git a/static/1.9.1/css/main.css b/static/1.9.1/css/main.css index f98612c5..056503cf 100644 --- a/static/1.9.1/css/main.css +++ b/static/1.9.1/css/main.css @@ -287,3 +287,34 @@ code { text-decoration: underline; color: white !important; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } +} \ No newline at end of file diff --git a/static/css/docpage.css b/static/css/docpage.css index 98c23552..9291e5d0 100644 --- a/static/css/docpage.css +++ b/static/css/docpage.css @@ -110,12 +110,6 @@ color: #888; } -@media (prefers-color-scheme: dark) { - .binding-type { - color: #ccc; - } -} - .binding-sym { font-family: serif; font-weight: 600; @@ -127,24 +121,12 @@ font-family: 'Dosis', 'Helvetica', sans-serif; } -@media (prefers-color-scheme: dark) { - .binding-text { - color: unset; - } -} - .example-title { margin-top: 28px; color: #888; font-family: 'Dosis', 'Helvetica', sans-serif; } -@media (prefers-color-scheme: dark) { - .example-title { - color: #ccc; - } -} - /* Toc Toggle */ #toc-toggle { @@ -198,4 +180,18 @@ .next .prevnext-text::after { content: ' >'; +} + +@media (prefers-color-scheme: dark) { + .binding-type { + color: #ccc; + } + + .binding-text { + color: unset; + } + + .example-title { + color: #ccc; + } } \ No newline at end of file diff --git a/static/css/landing.css b/static/css/landing.css index e5d90ffb..f1d2586a 100644 --- a/static/css/landing.css +++ b/static/css/landing.css @@ -74,14 +74,6 @@ overflow-y: auto; } -@media (prefers-color-scheme: dark) { - #replterm { - border-color: #333; - background: #333; - color: #ccc; - } -} - #replinbar { border-radius: 0 0 2px 2px; border: solid #ccc 1px; @@ -92,14 +84,6 @@ background: #f8f8f8; } -@media (prefers-color-scheme: dark) { - #replinbar { - border-color: #333; - color: unset; - background: #1a1a1a; - } -} - #replprompt { padding: 10px; display: inline-block; @@ -123,12 +107,6 @@ background: #f0f0f0; } -@media (prefers-color-scheme: dark) { - #replin:focus { - background: unset; - } -} - #replin br { display: none; } @@ -169,4 +147,22 @@ .github-corner .octo-arm { animation: octocat-wave 560ms ease-in-out; } +} + +@media (prefers-color-scheme: dark) { + #replterm { + border-color: #333; + background: #333; + color: #ccc; + } + + #replinbar { + border-color: #333; + color: unset; + background: #1a1a1a; + } + + #replin:focus { + background: unset; + } } \ No newline at end of file diff --git a/static/css/main.css b/static/css/main.css index 9e47a083..31d5a6ae 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -57,13 +57,6 @@ body { color: #222; } -@media (prefers-color-scheme: dark) { - body { - background-color: #222; - color: #eee; - } -} - .content-wrapper { margin: 0 auto; max-width: 800px; @@ -92,12 +85,6 @@ a { color: #2674d3; } -@media (prefers-color-scheme: dark) { - a { - color: #09a5b8; - } -} - h1, h2, h3, h4 { margin-left: 15px; margin-right: 15px; @@ -105,12 +92,6 @@ h1, h2, h3, h4 { color: #111; } -@media (prefers-color-scheme: dark) { - h1, h2, h3, h4 { - color: #f8f8f2; - } -} - h1 { font-size: 3rem; padding-top: 3rem; @@ -137,16 +118,6 @@ h4 { padding-bottom: 10px; } -@media (prefers-color-scheme: dark) { - h3 { - color: #e3e0e0; - } - - h4 { - color: #cccccc; - } -} - @media (max-width: 700px) { h1 { font-size: 2.5rem; @@ -299,12 +270,6 @@ code { white-space: nowrap; } -@media (prefers-color-scheme: dark) { - .mendoza-code { - background: #333; - } -} - .mendoza-codeblock { color: white; padding: 14px; @@ -377,4 +342,35 @@ code { .cm-s-monokai .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; +} + +@media (prefers-color-scheme: dark) { + body { + background-color: #222; + color: #eee; + } + + h1, h2, h3, h4 { + color: #f8f8f2; + } + + h3 { + color: #e3e0e0; + } + + h4 { + color: #cccccc; + } + + a { + color: #09a5b8; + } + + table tr { + background: #222; + } + + .mendoza-code { + background: #333; + } } \ No newline at end of file