HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/themes/jupiterx/lib/assets/less/theme/style-editor.less
#editor .wp-block {
    line-height: inherit;
}

.wp-block {

    // General.
    .jupiterx-typography('body');
    line-height: inherit; // Override the line height.

    a {
        color: @link-color;
        text-decoration: @link-decoration;

        &:hover {
            color: @link-hover-color;
            text-decoration: @link-hover-decoration;
        };
    }

    h1, .h1 { .jupiterx-typography('h1'); }
    h2, .h2 { .jupiterx-typography('h2'); }
    h3, .h3 { .jupiterx-typography('h3'); }
    h4, .h4 { .jupiterx-typography('h4'); }
    h5, .h5 { .jupiterx-typography('h5'); }
    h6, .h6 { .jupiterx-typography('h6'); }

    .btn-link {
        color: @link-color;
        background-color: transparent;

        &:hover {
            color: @link-hover-color;
            text-decoration: @link-hover-decoration;
            background-color: transparent;
            border-color: transparent;
        };

        &:focus,
        &.focus {
            text-decoration: @link-hover-decoration;
            border-color: transparent;
            box-shadow: none;
        }

        &:disabled,
        &.disabled {
            color: @btn-link-disabled-color;
            pointer-events: none;
        }
    }

    table th,
    table td {
        padding: .75rem;
        vertical-align: top;
        border: none;
        border-top: 1px solid #dee2e6;
    }

}