Skip to content

Commit

Permalink
Update style.css as per add-on template (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleB79 authored Sep 27, 2023
1 parent 6938ba1 commit 757e4b9
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,9 +1,9 @@
# Timer for NVDA 1.6.0
# Timer for NVDA 1.6.1
Brings timer and stopwatch functionalities right to NVDA

## download

Download the [ Simple Timer and stopwatch for NVDA 1.6.0 addon](https://github.com/marlon-sousa/TimerForNVDA/releases/download/1.6.0/TimerForNVDA-1.6.0.nvda-addon)
Download the [ Simple Timer and stopwatch for NVDA 1.6.1 addon](https://github.com/marlon-sousa/TimerForNVDA/releases/download/1.6.1/TimerForNVDA-1.6.1.nvda-addon)

## timers and stopwatches

Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _(x): return x
Monitor progress through reporters, settings dialog or anywhere using NVDA commands.
Control timer and stopwatch from anywhere using NVDA commands."""),
# version
"addon_version": "1.6.0",
"addon_version": "1.6.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 757e4b9

Please sign in to comment.