Skip to content

Instantly share code, notes, and snippets.

@Zyst
Created May 11, 2021 16:59
Show Gist options
  • Select an option

  • Save Zyst/7783e2a0f34f5fad18a9abc7608f3c9a to your computer and use it in GitHub Desktop.

Select an option

Save Zyst/7783e2a0f34f5fad18a9abc7608f3c9a to your computer and use it in GitHub Desktop.

Revisions

  1. Zyst created this gist May 11, 2021.
    38 changes: 38 additions & 0 deletions Google Play Books Dark Reader.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    @-moz-document url-prefix("https://play.google.com/books/reader"), url-prefix("https://books.googleusercontent.com/") {
    body,
    .gb-page-root,
    .gb-reader-container {
    font-family: 'SF Pro Display', 'Roboto', BlinkMacSystemFont, 'Merriweather', serif;
    line-height: 1.75em;
    color: #D1D1D1;
    background-color: #222233;
    }

    .gb-segment > p {
    margin-top: 18px;
    margin-bottom: 18px;
    }

    .gb-page-wrapper-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }

    .gb-statusbar {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    }

    .gb-statusbar:hover {
    opacity: 1;
    }

    .gb-topbar {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    }

    .gb-topbar:hover {
    opacity: 1;
    }
    }