2023-07-26 13:47:01 +02:00
|
|
|
body {
|
2023-07-30 18:27:45 +02:00
|
|
|
background: #1F1F1F;
|
|
|
|
padding: 0px 20px;
|
|
|
|
}
|
2023-07-30 19:40:39 +02:00
|
|
|
pre {
|
|
|
|
font-family:Work Sans;
|
|
|
|
}
|
2023-07-30 18:27:45 +02:00
|
|
|
|
|
|
|
.noisy-gradient::after {
|
|
|
|
content: "";
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index:0;
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background: url(/grainy-gradient.png);
|
|
|
|
background-size: contain;
|
2023-07-26 13:47:01 +02:00
|
|
|
}
|