diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-12-28 17:30:27 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-12-28 17:30:27 +0000 |
| commit | 6c2b07fc81e25c10d80729e20d2fbb04ddbfbe6e (patch) | |
| tree | ace6e97fc59f843063a0309dbd21e83dbbc44f6e /public | |
| parent | 4383927ebb5f66be911a28a6f528bbef3edd6161 (diff) | |
| download | submelon.dev-6c2b07fc81e25c10d80729e20d2fbb04ddbfbe6e.tar.gz submelon.dev-6c2b07fc81e25c10d80729e20d2fbb04ddbfbe6e.tar.bz2 submelon.dev-6c2b07fc81e25c10d80729e20d2fbb04ddbfbe6e.zip | |
chore: autopublish 2023-12-28T17:30:27Z
Diffstat (limited to 'public')
| -rw-r--r-- | public/404/index.html | 2 | ||||
| -rw-r--r-- | public/external/community.frame.work.css (renamed from public/community.frame.work.css) | 0 | ||||
| -rw-r--r-- | public/external/news.ycombinator.com.css | 33 | ||||
| -rw-r--r-- | public/index.html | 2 |
4 files changed, 35 insertions, 2 deletions
diff --git a/public/404/index.html b/public/404/index.html index 90bae83..a60642b 100644 --- a/public/404/index.html +++ b/public/404/index.html @@ -37,7 +37,7 @@ </section> </article> <footer> - <span>©2023 kjhoerr@https://submelon.dev/:wD.c.s.h.p-0</span> + <span>©2023 kjhoerr@https://submelon.dev/:wD.c.s.h.u-0</span> </footer> </main> </body> diff --git a/public/community.frame.work.css b/public/external/community.frame.work.css index d8033b4..d8033b4 100644 --- a/public/community.frame.work.css +++ b/public/external/community.frame.work.css diff --git a/public/external/news.ycombinator.com.css b/public/external/news.ycombinator.com.css new file mode 100644 index 0000000..cc1fb80 --- /dev/null +++ b/public/external/news.ycombinator.com.css @@ -0,0 +1,33 @@ +@media (prefers-color-scheme: dark) { + body { + background-color: #262626 !important; + } + + body > center > table, + input, + textarea { + background-color: #222 !important; + } + + body > center > table > tbody > tr:first-child > td { + background-color: #ff6600 !important; + } + + /* Bright text */ + td.title a:link, span.comment font, span.comment font a:link, u a:link, span.yclinks a:link, body:not([id]), + td:nth-child(2):not(.subtext) > a:link, input, textarea, p > a, a > u, .c00, .c00 a:link, + a[href="http://www.ycombinator.com/apply/"], a[href="https://www.ycombinator.com/apply/"] + { + color: #ccc !important; + } + + .admin td { + color: #aaa !important; + } + + /* search box and comment box */ + input, + textarea { + border: 1px solid #828282 !important; + } +} diff --git a/public/index.html b/public/index.html index 837ef0d..12594c6 100644 --- a/public/index.html +++ b/public/index.html @@ -61,7 +61,7 @@ </section> </article> <footer> - <span>©2023 kjhoerr@https://submelon.dev/:wD.c.s.h.p-0</span> + <span>©2023 kjhoerr@https://submelon.dev/:wD.c.s.h.u-0</span> </footer> </main> </body> |
