Skip to content

Instantly share code, notes, and snippets.

@volcbs
Last active January 1, 2019 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volcbs/92728b3ff88e4b9a473795a92794a298 to your computer and use it in GitHub Desktop.
Save volcbs/92728b3ff88e4b9a473795a92794a298 to your computer and use it in GitHub Desktop.
A Custom CSS for Chrome's "Just Read" Extension
@import url('https://fonts.googleapis.com/css?family=Meera+Inimai');
body {
font-family: 'Meera Inimai', sans-serif;
background-color: #B5C689;
color: #373D3F;
}
a, a:visited, a:hover {
color: #065588;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.simple-author, .simple-date, .simple-ext-info, .simple-ui-container, .wpa-about {
display: none;
}
/*.wpa-about is for disabling advertisement text in wordpress*/
.simple-title {
text-align: center;
}
.simple-container {
max-width: 800px;
margin: 0 auto;
padding-top: 35px;
padding-bottom: 10px;
font-size: 20px;
line-height: 1.4em;
text-align: justify;
}
img {
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment