This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 9ea26d5 css: emphatize links to make it more easy to view
9ea26d5 is described below
commit 9ea26d57b398063f2bb8d005251b75e14a3c2025
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon May 27 19:14:13 2019 +0200
css: emphatize links to make it more easy to view
---
_sass/html.sass | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/_sass/html.sass b/_sass/html.sass
index 785fd6e..488e0d4 100644
--- a/_sass/html.sass
+++ b/_sass/html.sass
@@ -66,7 +66,12 @@ a:hover, a:focus, a:visited
a
- color: #4393c3
+ color: darken(#4393c3, 10%)
+
+.content a
+ padding: 0px 3px
+ background-color: rgba(104, 223, 255,0.1)
+ border-bottom: 1px dashed rgba(61, 139, 160,0.8)
a