Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Mar 13, 2018
1 parent 26ce1a9 commit a09e44a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -76,8 +76,11 @@ The **advantages** of using a usercss are as follows:

The **disadvantage** of this specific usercss is:

* Syntax highlighting is not applied to code snippets, because it requires JavaScript processing.
* Medium stories on unlisted domains will not be styled. If you want to report an unstyled Medium domain, please look in the [other issues](#other-issues) section for more details. A list of currently supported sites can be found in the [`medium-sites.js` file](./build/medium-sites.js).

**NOTE**: The version number of the available web extension may lag behind the usercss because the usercss style needs updating to add more sites, while the web extension will detect them automatically.

## Usage

### Toggle the style (temporarily)
Expand Down
2 changes: 1 addition & 1 deletion darker-medium.user.css
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name Darker Medium
@version 1.3.1
@version 1.3.2
@description Read Medium stories with happy eyes
@namespace https://github.com/Mottie
@author Rob Garrison
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "Darker Medium",
"version": "1.3.1",
"version": "1.3.2",
"description": "Read Medium stories with happy eyes",
"author": "Rob Garrison",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "darker-medium",
"version": "1.3.1",
"version": "1.3.2",
"description": "Read Medium stories with happy eyes",
"repository": {
"type": "git",
Expand Down

0 comments on commit a09e44a

Please sign in to comment.