Skip to content

martinfowler.com - eyrockscript by eyrockscript

Details

Authoreyrockscript

LicenseNo License

Categorymartinfowler.com

Created

Updated

Size596 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A centered dark style

Notes

A centered dark style

Source code

/* ==UserStyle==
@name       martinfowler.com - eyrockscript
@version    20240403.14.36
@namespace  ?
==/UserStyle== */

@-moz-document domain("martinfowler.com") {
body {
    background-color: #333;
    color: #c2c2c2;
    font-size: 15pt;
    margin: 0 auto;
    width: 100% !important;
}

 main {
    background-color: #333;
    color: #c2c2c2;
    margin: 0 auto;
}

p {
    background-color: #333;
    color: #c2c2c2;
    font-size: 15pt;
    width: 50em;
}

pre {
    background-color: #535353;
    color: #fff;
}

a {
    color: lightblue !important;
}

img {
    filter: invert(100%);
}
}

Reviews

No reviews yet.