Skip to content

Commit

Permalink
Merge pull request #13 from CyrilleB79/style
Browse files Browse the repository at this point in the history
Update style.css as per add-on template
  • Loading branch information
marlon-sousa authored Sep 27, 2023
2 parents 92eb979 + 3a3d68d commit 80ccae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
# URL for the add-on documentation support
Expand Down
4 changes: 0 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -26,5 +24,3 @@ a { text-decoration : underline;
text-decoration : none;
}
a:focus, a:hover {outline: solid}
:link {color: #0000FF;
background-color: #FFFFFF}

0 comments on commit 80ccae4

Please sign in to comment.