taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 7dbbad5ec79be7a5338421ffd88bc9e2ac5dde5e
parent da08bef2e02e5049e6b216fab9b7125c2ae173d7
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  6 Mar 2017 05:09:08 +0100

links and tri-color palette

Diffstat:
Mcommon/base.j2 | 2++
Mstyles.css | 14+++++++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/common/base.j2 b/common/base.j2 @@ -8,7 +8,9 @@ </head> <body id="mybody"> {% include "common/navigation.j2.inc" %} + <div id="body_content"> {% block body_content %}{% endblock %} + </div> {% include "common/footer.j2.inc" %} </body> </html> diff --git a/styles.css b/styles.css @@ -15,7 +15,19 @@ html { } .c_acronym { - background-color: #c9ffe2; + background-color: #7A9F35; +} + + +#body_content a, +#body_content a:visited { + text-decoration: underline; + color: black; +} + +#body_content a:hover { + transition: background-color 0.3s; + background-color: rgba(200, 200, 200, 0.5); } .c_intro {