Skip to content

Commit 53f4627

Browse files
committed
2 parents f67aef0 + f1d239c commit 53f4627

29 files changed

Lines changed: 840 additions & 6111 deletions

css/photonOptions.css

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
:root {
22
--gray-separator: rgba(12, 12, 13, 0.15);
3+
--in-content-deemphasized-text: var(--grey-50);
4+
}
5+
6+
@media (prefers-color-scheme: dark) {
7+
body {
8+
background-color: #202023;
9+
color: rgb(249, 249, 250);
10+
}
11+
h1, h2 {
12+
color: rgb(249, 249, 250);
13+
}
14+
a {
15+
color: var(--blue-40);
16+
}
17+
a:hover {
18+
color: var(--blue-50);
19+
}
20+
a:hover:active {
21+
color: var(--blue-60);
22+
}
23+
24+
:root {
25+
--gray-separator: #545457;
26+
--in-content-deemphasized-text: var(--grey-40);
27+
}
328
}
429

530
body {
@@ -96,7 +121,7 @@ li {
96121
.helper-text {
97122
/* caption30 */
98123
font-size: 15px;
99-
color: var(--grey-50);
124+
color: var(--in-content-deemphasized-text);
100125
display: inline;
101126
}
102127

docs/AutomaticSettings.js.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<![endif]-->
1414
<link type="text/css" rel="stylesheet" href="styles/prettify.css">
1515
<link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
16+
<script src="scripts/nav.js" defer></script>
1617
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1718
</head>
1819
<body>
@@ -67,12 +68,14 @@ <h1 class="page-title">AutomaticSettings.js</h1>
6768
<br class="clear">
6869

6970
<footer>
70-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jan 20 2019 22:24:02 GMT+0100 (Mitteleuropäische Normalzeit) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
71+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> on Sun Jun 30 2019 23:06:55 GMT+0200 (GMT+02:00) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
7172
</footer>
7273

7374
<script>prettyPrint();</script>
75+
<script src="scripts/polyfill.js"></script>
7476
<script src="scripts/linenumber.js"></script>
7577

7678

79+
7780
</body>
7881
</html>

0 commit comments

Comments
 (0)