~netlandish/links

dad066b344b5a862cf5f97ebeaee1584bacc703a — Yader Velasquez 9 months ago 4156b60
Improve tooltip style
1 files changed, 5 insertions(+), 1 deletions(-)

M static/css/style.css
M static/css/style.css => static/css/style.css +5 -1
@@ 444,10 444,14 @@ a.bullet-link:before {
    content: attr(data-tooltip);
    color: var(--color-darkGrey);
    position: absolute;
    bottom: 100%;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 5px;
    white-space: nowrap;
    z-index: 1000;
    border: 1px solid var(--color-darkGrey);
    padding: 10px 2px 10px 2px;
    opacity: 1 !important;
}