Skip to content
This repository was archived by the owner on Jun 4, 2020. It is now read-only.
This repository was archived by the owner on Jun 4, 2020. It is now read-only.

Tweaking the UI: Firefox settings for font and background color #162

@jdlk

Description

@jdlk

As I mentioned in another thread, I'd prefer a different font and background color for the reading pane in Feedbin. In case it helps anyone else, this is the code I have added to my UserContent.css file to change the settings for Feedbin in Firefox. I'm no CSS expert but it seems to work okay:

@namespace url(http://www.w3.org/1999/xhtml);
/* Feedbin font and leading for third column */
@-moz-document domain(feedbin.me) {
  body
  {     font-family:Calibri, sans-serif !important;
        font-size:14px !important;
        line-height:19px !important;
  }
 /* Feedbin background color of third column */
  .entry-content
  {     background-color:#DCDCDC !important;
  } 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions