Skip to content

Commit 961d8c1

Browse files
committed
202512190815-696d39f
1 parent 18d1036 commit 961d8c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+373
-83
lines changed

50x.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Error</title>
5+
<style>
6+
html { color-scheme: light dark; }
7+
body { width: 35em; margin: 0 auto;
8+
font-family: Tahoma, Verdana, Arial, sans-serif; }
9+
</style>
10+
</head>
11+
<body>
12+
<h1>An error occurred.</h1>
13+
<p>Sorry, the page you are looking for is currently unavailable.<br/>
14+
Please try again later.</p>
15+
<p>If you are the system administrator of this resource then you should check
16+
the error log for details.</p>
17+
<p><em>Faithfully yours, nginx.</em></p>
18+
</body>
19+
</html>

dist/reveal.css

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.esm.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/theme/beige.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
3333
--r-heading4-size: 1em;
3434
--r-code-font: monospace;
3535
--r-link-color: #8b743d;
36-
--r-link-color-dark: #564826;
37-
--r-link-color-hover: #c0a86e;
36+
--r-link-color-dark: rgb(118.15, 98.6, 51.85);
37+
--r-link-color-hover: rgb(179.36, 150.84, 82.64);
3838
--r-selection-background-color: rgba(79, 64, 28, 0.99);
3939
--r-selection-color: #fff;
4040
--r-overlay-element-bg-color: 0, 0, 0;

dist/theme/black-contrast.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ section.has-light-background, section.has-light-background h1, section.has-light
3535
--r-heading4-size: 1em;
3636
--r-code-font: monospace;
3737
--r-link-color: #42affa;
38-
--r-link-color-dark: #068de9;
39-
--r-link-color-hover: #8dcffc;
40-
--r-selection-background-color: #bee4fd;
38+
--r-link-color-dark: rgb(19.8216494845, 155.4536082474, 248.7783505155);
39+
--r-link-color-hover: rgb(94.35, 187, 250.75);
40+
--r-selection-background-color: rgb(113.25, 195, 251.25);
4141
--r-selection-color: #fff;
4242
--r-overlay-element-bg-color: 240, 240, 240;
4343
--r-overlay-element-fg-color: 0, 0, 0;

dist/theme/black.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ section.has-light-background, section.has-light-background h1, section.has-light
3232
--r-heading4-size: 1em;
3333
--r-code-font: monospace;
3434
--r-link-color: #42affa;
35-
--r-link-color-dark: #068de9;
36-
--r-link-color-hover: #8dcffc;
35+
--r-link-color-dark: rgb(19.8216494845, 155.4536082474, 248.7783505155);
36+
--r-link-color-hover: rgb(94.35, 187, 250.75);
3737
--r-selection-background-color: rgba(66, 175, 250, 0.75);
3838
--r-selection-color: #fff;
3939
--r-overlay-element-bg-color: 240, 240, 240;

dist/theme/blood.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ section.has-light-background, section.has-light-background h1, section.has-light
3838
--r-heading4-size: 1em;
3939
--r-code-font: monospace;
4040
--r-link-color: #a23;
41-
--r-link-color-dark: #6a1520;
42-
--r-link-color-hover: #dd5566;
41+
--r-link-color-dark: rgb(144.5, 28.9, 43.35);
42+
--r-link-color-hover: rgb(214.2, 51, 71.4);
4343
--r-selection-background-color: #a23;
4444
--r-selection-color: #fff;
4545
--r-overlay-element-bg-color: 240, 240, 240;

0 commit comments

Comments
 (0)