@@ -10,7 +10,7 @@ Sponsor the development of Dark Reader
1010
1111## Translation
1212
13- [ Improve or suggest] ( https://github.com/darkreader/darkreader/tree/master /src/_locales ) a translation.
13+ [ Improve or suggest] ( https://github.com/darkreader/darkreader/tree/main /src/_locales ) a translation.
1414See the list of [ language codes] ( https://developer.chrome.com/webstore/i18n#localeTable ) that we can support.
1515
1616## Adding a website that is already dark
@@ -20,16 +20,16 @@ If a website is **already dark** and meets the following requirements:
2020- The URL is the actual website address. (No CNAME or URL redirects)
2121- The page isn't WIP, sites will change in this phase and could afterwards not meet the requirements.
2222
23- Then, you can ** add it to the [ dark-sites.config] ( https://github.com/darkreader/darkreader/blob/master /src/config/dark-sites.config ) file**
23+ Then, you can ** add it to the [ dark-sites.config] ( https://github.com/darkreader/darkreader/blob/main /src/config/dark-sites.config ) file**
2424* (please, preserve the alphabetical order)* .
2525
2626## Fixing incorrect inversions
2727
2828If certain ** parts** of a web page are ** incorrectly inverted or styled** ,
2929you can fix this by specifying the appropriate [ ** CSS selectors** ] ( https://developer.mozilla.org/docs/Web/CSS/CSS_Selectors ) in
30- ** [ dynamic-theme-fixes.config] ( https://github.com/darkreader/darkreader/blob/master /src/config/dynamic-theme-fixes.config ) **
30+ ** [ dynamic-theme-fixes.config] ( https://github.com/darkreader/darkreader/blob/main /src/config/dynamic-theme-fixes.config ) **
3131(for Dynamic Theme mode)
32- or ** [ inversion-fixes.config] ( https://github.com/darkreader/darkreader/blob/master /src/config/inversion-fixes.config ) **
32+ or ** [ inversion-fixes.config] ( https://github.com/darkreader/darkreader/blob/main /src/config/inversion-fixes.config ) **
3333(for Filter and Filter+ modes) * (__ Please, preserve alphabetical order by URL, use short selectors, and preserve code style__ )* .
3434
3535Below you can learn how to make a fix for the appropriate mode.
@@ -51,8 +51,8 @@ For **Filter mode**, it is a common practice to invert parts of the page that ar
5151- Click ** Apply** .
5252- Check how it looks both in ** Light** and ** Dark** mode.
5353- If the ** fix works** open
54- ** [ dynamic-theme-fixes.config] ( https://github.com/darkreader/darkreader/blob/master /src/config/dynamic-theme-fixes.config ) file**
55- or ** [ inversion-fixes.config] ( https://github.com/darkreader/darkreader/blob/master /src/config/inversion-fixes.config ) file** .
54+ ** [ dynamic-theme-fixes.config] ( https://github.com/darkreader/darkreader/blob/main /src/config/dynamic-theme-fixes.config ) file**
55+ or ** [ inversion-fixes.config] ( https://github.com/darkreader/darkreader/blob/main /src/config/inversion-fixes.config ) file** .
5656- Click ** Edit** (login to GitHub first).
5757- ** Insert your fix** there. Preserve ** alphabetic order** by URL.
5858- Provide a ** short description** of what you have done.
@@ -99,7 +99,7 @@ If you think you can add a new _popular_ or _unique_ but useable pre-defined col
9999Please follow the next steps to add a new color scheme:
100100
101101- Open
102- ** [color-schemes.drconf ](https://github.com/darkreader/darkreader/blob/master /src/config/color-schemes .drconf ) file** .
102+ ** [color-schemes.drconf ](https://github.com/darkreader/darkreader/blob/main /src/config/color-schemes .drconf ) file** .
103103- Click ** Edit** (login to GitHub first).
104104- ** Insert your fix** there. Preserve ** alphabetic order** by Color scheme name.
105105- Provide a ** short description** of what you have done.
0 commit comments