Skip to content

Highlight Viewed Jobs for Linkedin v0.1 by ketan-16

Screenshot of Highlight Viewed Jobs for Linkedin v0.1

Details

Authorketan-16

LicenseCC

Categorylinkedin

Created

Updated

Size545 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use strong highlight for viewed jobs - because the default one is not-so-visible.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Highlight Viewed Jobs for Linkedin v0.1
@namespace      https://github.com/ketan-16
@version        0.1
@description    Use strong highlight for viewed jobs - because the default one is not-so-visible
@author         ketan-16
==/UserStyle== */
@-moz-document url-prefix("https://www.linkedin.com/jobs/search/") {
    /* Insert code here... */
    .job-card-container__footer-job-state.t-bold {
        background: #f00;
        border-radius: 0.25em;
        color: #fff;
        padding: 0.125em 0.25em;
    }
}

Reviews

No reviews yet.