Skip to content

gitlab pink black by ChiefRocka

Details

AuthorChiefRocka

LicenseMIT

Categorygitlab.com

Created

Updated

Size807 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gitlab pinkish black theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         gitlab pink black
@version      20230623.00.24
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://gitlab.com/") {
:root {
    --code-editor-font: SF Mono, JetBrains Mono, Menlo, GitLab Mono, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;
}

body, .card, .info-well {
    background-color: black;
    color: #F92AAD;
    filter: invert(100%) hue-rotate(180deg);
}

ui-indigo {
    filter: invert(100%) hue-rotate(180deg);
    border-color: #03FFA7;
}

.navbar-gitlab {
    position: relative
}

p {
    color: #03FFA7;
}

h1, h2, h3, h4, h5, h6 {
    color: #F92AAD;
}

.code.white .n, a {
    color: #F92AAD;
}

img {
    filter: none !important;
    /* invert(100%) hue-rotate(180deg); */
}
}

Reviews

No reviews yet.