Skip to content

Commit

Permalink
Update style.css as per add-on template
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleB79 committed Sep 25, 2023
1 parent 2c645a9 commit 3a3d68d
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 3a3d68d

Please sign in to comment.