fix: use a mordern outline

This commit is contained in:
Mrugesh Mohapatra
2019-06-09 07:22:36 +05:30
parent 04512695a9
commit 063ca6d82c

View File

@ -8,15 +8,19 @@
.footer .col-header { .footer .col-header {
padding-bottom: 5px; padding-bottom: 5px;
padding-left: 5px;
font-weight: bold; font-weight: bold;
} }
.footer a:not([class*='inline']) { .footer a:not([class*='inline']) {
display: block; display: block;
padding-left: 5px
} }
.footer a:hover { .footer a:hover {
background-color: #E0E0E0; outline-offset: 1px;
outline: 1px dashed #A0A0A0;
background-color: #ffbe41;
} }
.night .footer { .night .footer {
@ -30,5 +34,6 @@
.night .footer a:hover { .night .footer a:hover {
color: #606f7b; color: #606f7b;
background-color: #2A2A2A; outline-offset: 1px;
outline: 1px dashed #A0A0A0;
} }