Skip to content

Dark Hacker News Readable by jorgeivanburgosaguilar

Screenshot of Dark Hacker News Readable

Details

Authorjorgeivanburgosaguilar

LicenseUnlicense

Categorynews.ycombinator.com

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hacker News in dark mode with bigger font for better reading

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Hacker News Readable
@namespace      jorgeivanburgosaguilar
@version        202404291057
@description    Hacker News in dark mode with bigger font for better reading
@author         Jorge Ivan Burgos Aguilar
==/UserStyle== */
@-moz-document url-prefix("https://news.ycombinator.com/") {
  :root {
    color-scheme: dark !important;
  }

  * {
    font-family: Verdana, sans-serif !important;
  }

  html,
  body {
    background-color: #202020 !important;
    color: #FFFFFF !important;
    font-size: 1em;
  }

  a,
  a:link,
  a:visited,
  a:hover,
  a:active {
    color: #FFFFFF !important;
  }

  #hnmain {
    background-color: #000000 !important;
  }

  #hnmain thead,
  #hnmain tfoot,
  #hnmain tr,
  #hnmain td {
    color: #FFFFFF;
  }

  #hnmain td[bgcolor="#ff6600"] {
    background-color: #333333 !important;
  }

  .pagetop {
    color: #FFFFFF !important;
  }

  .title {
    color: #FFFFFF !important;
    font-size: 1.5rem;
  }

  .subtext {
    font-size: 1em;
    color: #A9A9A9 !important;
  }

  .subtext a,
  .subtext a:link,
  .subtext a:visited,
  .subtext a:hover,
  .subtext a:active {
    color: #A9A9A9 !important;
  }

  .rank {
    font-size: 0.8rem;
    color: #A9A9A9 !important;
  }

  .comhead {
    font-size: 0.625rem;
    color: #A9A9A9 !important;
  }

  .comment {
    font-size: 1.125rem;
  }

  .c00,
  .c00 a:link {
    color: #FFFFFF;
  }

  .c5a,
  .c5a a:link,
  .c5a a:visited {
    color: #A9A9A9;
  }
}

Reviews

No reviews yet.