Skip to content

linuxjourney.com by invasion976

Details

Authorinvasion976

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Linux Journey (rough code). I couldn't stand the brightness.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         linuxjourney.com
@version      20220309.21.10
@namespace    userstyles.world/user/invasion976
@description  Dark Mode for Linux Journey (rough code). I couldn't stand the brightness.
@author       invasion976
@license      No License
==/UserStyle== */

@-moz-document domain("linuxjourney.com") {
.col-md-6,
.col-md-6 h3,
pre,
.input-sm,
.thumbnail,
.btn,
.caption h3,
.caption p {
    color: #d2d2d2;
    background-color: #2C3E50;
    border-color: rgb(71, 101, 130);
}
.caption h3,
.caption p {
    transition: all 0.2s ease-in-out;
}
.thumbnail:hover,
.thumbnail:hover > a > .caption h3,
.thumbnail:hover > a > .caption p,
.thumbnail:hover > a > .caption a {
    background-color: #19ad91;
}
.col-md-6,
.btn {
    border-color: #1d2935;
}
pre,
.wrap,
.jumbotron,
.exercise-content,
.quiz-content,
.exercise-content h3,
.quiz-content h3 {
    color: #d2d2d2;
    background-color: #1d2935;
    border-color: rgb(71, 101, 130);
}
body {
    background-color: #1d2935; 
}
}

Reviews

No reviews yet.