diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-28 17:30:00 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-28 17:30:00 +0000 |
| commit | 4383927ebb5f66be911a28a6f528bbef3edd6161 (patch) | |
| tree | d163228396cf082a94813a63083c1346ffcb3230 /src | |
| parent | 430dbbe6085e1ecfeab67daf5e9569ec5b2a30b0 (diff) | |
| download | submelon.dev-4383927ebb5f66be911a28a6f528bbef3edd6161.tar.gz submelon.dev-4383927ebb5f66be911a28a6f528bbef3edd6161.tar.bz2 submelon.dev-4383927ebb5f66be911a28a6f528bbef3edd6161.zip | |
Move to external folder; add news.ycombinator.com css file
Diffstat (limited to 'src')
| -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.css | 33 |
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; + } +} |
