diff --git a/webadmin/src/index.html b/webadmin/src/index.html index f206b16a6..81cd8ac77 100644 --- a/webadmin/src/index.html +++ b/webadmin/src/index.html @@ -220,8 +220,9 @@ diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 5b26f3a6d..ef1ec1050 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -597,8 +597,11 @@ footer { font-size: 14px; padding: 5px; z-index: 1000; - opacity: 0.5; - transition: all 250ms; + + a { + color: #62bdfc; + padding: 10px; + } } @media(min-width:767px) { @@ -607,15 +610,6 @@ footer { } } -footer:hover { - opacity: 1; -} - -footer a { - color: #62bdfc; - padding: 10px; -} - .hand { cursor: pointer; }