From 6c2b07fc81e25c10d80729e20d2fbb04ddbfbe6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Dec 2023 17:30:27 +0000 Subject: chore: autopublish 2023-12-28T17:30:27Z --- public/external/news.ycombinator.com.css | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 public/external/news.ycombinator.com.css (limited to 'public/external/news.ycombinator.com.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; + } +} -- cgit