Add syntax highlighting, edit theme, and revise AdvMake documentation

This commit is contained in:
2021-02-08 17:47:56 -08:00
parent 618bd6c407
commit cfbe873426
78 changed files with 10443 additions and 570 deletions

View File

@@ -8,8 +8,8 @@ samp {
}
pre {
background: $beige;
color: $black;
background: #282a36;
color: #f8f8f2;
line-height: $line-height-lg;
margin: 2rem 0;
overflow: auto;
@@ -18,8 +18,8 @@ pre {
}
code {
background: $beige;
color: $black;
background: #282a36;
color: #f8f8f2;
padding: 0.25rem 0.5rem;
}