Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
grid-template-columns: 1fr min(90rem,90%) 1fr;
grid-template-columns: 1fr min(90rem, 90%) 1fr;
}
nav a.current {
color: var(--accent) !important;
Expand Down Expand Up @@ -40,4 +40,4 @@ nav a.current {
}
pre code {
color: white;
}
}
30 changes: 22 additions & 8 deletions css/highlight.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
.highlight table td {
padding: 5px;
}
.highlight table pre {
margin: 0;
}
.highlight .c,
.highlight .ch,
.highlight .cd,
.highlight .cpf {
color: #5e5d83;
font-style: italic;
}
Expand Down Expand Up @@ -56,7 +63,8 @@
.highlight .gu {
color: #465457;
}
.highlight .k, .highlight .kv {
.highlight .k,
.highlight .kv {
color: #66d9ef;
font-weight: bold;
}
Expand Down Expand Up @@ -107,7 +115,9 @@
.highlight .mo {
color: #af87ff;
}
.highlight .m, .highlight .mb, .highlight .mx {
.highlight .m,
.highlight .mb,
.highlight .mx {
color: #af87ff;
}
.highlight .se {
Expand Down Expand Up @@ -143,7 +153,9 @@
.highlight .ss {
color: #d7d787;
}
.highlight .s, .highlight .sa, .highlight .dl {
.highlight .s,
.highlight .sa,
.highlight .dl {
color: #d7d787;
}
.highlight .na {
Expand All @@ -161,7 +173,8 @@
color: #a6e22e;
font-weight: bold;
}
.highlight .nf, .highlight .fm {
.highlight .nf,
.highlight .fm {
color: #a6e22e;
font-weight: bold;
}
Expand Down Expand Up @@ -189,7 +202,8 @@
.highlight .vi {
color: #f8f8f2;
}
.highlight .nv, .highlight .vm {
.highlight .nv,
.highlight .vm {
color: #f8f8f2;
}
.highlight .w {
Expand Down