This commit is contained in:
Simon Kellet
2026-03-07 11:02:36 +00:00
parent 1372d5733e
commit 023ae00e71
13 changed files with 1289 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Anton');
body {
padding: 20px;
background-color: #1e1e2e;
color: #cdd6f4;
font-family: "Roboto Mono";
font-size: 14px;
line-height: 22px;
margin: 0 auto;
max-width: 960px;
}
pre {
color: #f9e2af;
}
blockquote {
color: #f9e2af;
}
a {
color: #f5e0dc;
text-decoration: none;
}
a:hover {
color: #a6e3a1;
}
h1 {
font-size: 20px;
color: #eba0ac;
margin-bottom: 0px;
}
h2, h3, h4, h5, h6 {
font-size: 16px;
color: #51afef;
margin-bottom: 0px;
}
li {
color: #a6e3a1;
}
p {
padding: 0px;
margin: 0px;
}