diff options
Diffstat (limited to 'ui/styles/reset.css')
| -rw-r--r-- | ui/styles/reset.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/styles/reset.css b/ui/styles/reset.css index 5a17f02..c92a790 100644 --- a/ui/styles/reset.css +++ b/ui/styles/reset.css @@ -94,6 +94,14 @@ video { vertical-align: baseline; } +a, +a:hover, +a:visited, +a:active { + text-decoration: none; + color: inherit; +} + /* HTML5 display-role reset for older browsers */ article, aside, |
