diff --git a/css/style-dark.css b/css/style-dark.css index 813c291de..0fcced246 100644 --- a/css/style-dark.css +++ b/css/style-dark.css @@ -13,7 +13,7 @@ a, a:hover, a:visited { color: #fff; } -#links a:hover, .backhome a:hover{ +#links a:hover, .backhome a:hover, .support a:hover{ background-color: #fff; color: #000; } diff --git a/css/style-light.css b/css/style-light.css index cd2384c34..c1d98326d 100644 --- a/css/style-light.css +++ b/css/style-light.css @@ -23,7 +23,7 @@ a, a:hover, a:visited { color: #fff; } -#links a:hover, .backhome a:hover{ +#links a:hover, .backhome a:hover, .support a:hover{ background-color: #040707; color: #F1F1F1; } diff --git a/css/style.css b/css/style.css index 9fadfa960..dda8b0fa8 100644 --- a/css/style.css +++ b/css/style.css @@ -46,15 +46,19 @@ header { margin: 0 auto; } -#links a, .backhome a{ +#links a, .backhome a, .support a{ text-decoration: none; padding: 5px 10px; } -#links a:hover, .backhome a:hover{ +#links a:hover, .backhome a:hover, .support a:hover{ -webkit-border-radius: 2px; border-radius: 2px; } +.support { + font-size: 14px; +} + footer { text-align: right; } diff --git a/tpl/view.html b/tpl/view.html index 007d5d4e3..e68cd1a14 100644 --- a/tpl/view.html +++ b/tpl/view.html @@ -49,6 +49,9 @@ +
+ this article appears wrong? create an issue or contact us by mail +
{include="js"}