all repos — nasg @ 49bcb80e27f1a17c3d75f6c1dd866bc8f73c027d

templates/style-light.css (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
html, body {
    color: #222;
    background-color: #eee;
}

a {
    color: #3173b4;
}

a:hover {
    color: #115394;
    border-bottom: 1px solid #115394;
}

code,
pre {
    color: darkgreen;
    background-color: #eee;
}

.sourceCode .co { color: gray; }
.sourceCode .ex { color: darkorange; }
.sourceCode .fu { color: darkorange; }
.sourceCode .kw { color: darkcyan; }
.sourceCode .st { color: darkmagenta; }
.sourceCode .va { color: darkturquoise; }

.donation li a {
    color: #333;
    border-bottom: 3px solid #933 !important;
}

.donation li a:hover {
    color: #600;
    border-bottom: 3px solid #600 !important;
}

.h-entry.singular h1 a {
    color: #111;
}

.contrast svg {
    transform: rotate(180deg);
}