diff --git a/README.md b/README.md index 4911af5..4b46b9b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# EnhancedDictionaries 1.4.0 +# EnhancedDictionaries 1.4.1 Nvda ADDON for handling more advanced dictionaries processing ## download -Download the [Enhanced Dictionaries 1.4.0 addon](https://github.com/marlon-sousa/EnhancedDictionaries/releases/download/1.4.0/EnhancedDictionaries-1.4.0.nvda-addon) +Download the [Enhanced Dictionaries 1.4.1 addon](https://github.com/marlon-sousa/EnhancedDictionaries/releases/download/1.4.1/EnhancedDictionaries-1.4.1.nvda-addon) ## Features diff --git a/buildVars.py b/buildVars.py index 881ddb4..41f17bd 100644 --- a/buildVars.py +++ b/buildVars.py @@ -22,7 +22,7 @@ def _(x): return x "addon_description": _("""This addon introduces better dictionaries handling for NVDA. It is now possible to use profile specific dictionaries, which eenables better productivity by allowing you to use different dictionaries for different applications and scenarius."""), # version - "addon_version": "1.4.0", + "addon_version": "1.4.1", # Author(s) "addon_author": u"Marlon Brandão de Sousa ", # URL for the add-on documentation support diff --git a/style.css b/style.css index 373283f..90f99d1 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,6 @@ @charset "utf-8"; body { font-family : Verdana, Arial, Helvetica, Sans-serif; -color : #FFFFFF; -background-color : #000000; line-height: 1.2em; } h1, h2 {text-align: center} @@ -26,5 +24,3 @@ a { text-decoration : underline; text-decoration : none; } a:focus, a:hover {outline: solid} -:link {color: #0000FF; -background-color: #FFFFFF}