dark mode
jobindex.dk by Jartholdy
Details
AuthorJartholdy
LicenseCC-BY-4.0
Categoryhttps://www.jobindex.dk/jobsoegning
Created
Updated
Size914 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name jobindex.dk
@namespace USO Archive
@author Johny Bartholdy Jensen (Jonner)
@description dark mode
@version 20240519.16.00
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.jobindex.dk/jobsoegning?") {
div[class="d-flex mb-3 mb-md-4 mt-0"],
div[class="jix-small-tip d-none d-md-block mb-4 alert alert-info"],
div[class="container-fluid bg-light pb-4 pt-4 pt-md-6 mb-3 mb-md-5 px-0"],
div[class="container-fluid bg-surface-1 pb-4 pt-4 pt-md-6 mb-3 mb-md-5 px-0"],
div[class="bg-light d-none d-md-block mb-4"],
div[class="container mb-3 mb-md-5 mt-4"],
.order-2 > *,
.order-3,
.jobsearch-map-switcher,
.jobsearch-traveltime-edit,
#site-footer,
.site-header,
.collapsed-jobad {display:none !important}
.results {margin-top: 40px}
.mb-3, .my-3 {margin-bottom: 60px !important}
body {background-color: #252525 !important}
}