diff options
author | Teddy Wing | 2018-08-05 03:01:04 +0200 |
---|---|---|
committer | Teddy Wing | 2018-08-05 03:01:04 +0200 |
commit | aed995aa75223181d72a9ebfb9a57a7eac397276 (patch) | |
tree | e2ce8cc0469772c14e8979310b5f0bec7d3788e7 | |
parent | dbebdabda3eb1f3edc52328c2c069c7c6b3fc9ab (diff) | |
download | Legibility-aed995aa75223181d72a9ebfb9a57a7eac397276.tar.bz2 |
Add README
Write a description of the web extension. Start on installation
instructions.
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5a9cd3 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Legibility +========== + +A WebExtension that enables you to add custom CSS styles to websites. Unlike a +global user stylesheet, this extension loads a separate stylesheet for each +site, giving you control over the appearance of any site. For example, sites +with poorly legible typography can be easily corrected for better a reading +experience. + + +## Usage + + +## Install +This extension _must_ be installed as an unpacked extension. + + +## License +Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). |