Add syntax highlighting, edit theme, and revise AdvMake documentation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user