aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/external/community.frame.work.css (renamed from src/static/community.frame.work.css)0
-rw-r--r--src/static/external/news.ycombinator.com.css33
2 files changed, 33 insertions, 0 deletions
diff --git a/src/static/community.frame.work.css b/src/static/external/community.frame.work.css
index d8033b4..d8033b4 100644
--- a/src/static/community.frame.work.css
+++ b/src/static/external/community.frame.work.css
diff --git a/src/static/external/news.ycombinator.com.css b/src/static/external/news.ycombinator.com.css
new file mode 100644
index 0000000..cc1fb80
--- /dev/null
+++ b/src/static/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;
+ }
+}