Add text colors to Textual Paint section

main
Isaiah Odhner 2023-08-11 03:12:55 -04:00
parent d59e75091a
commit 9241f0b993
1 changed files with 20 additions and 0 deletions

View File

@ -73,4 +73,24 @@ a[href^="https://98.js.org"]:focus #wooden-window-frame {
font-family: monospace;
background-color: black;
color: white;
}
#textual-paint-section a:link {
color: #00ff00;
}
#textual-paint-section a:visited {
color: #00aa00;
}
#textual-paint-section code {
color: #ff00ff;
}
#textual-paint-section li i:first-of-type {
color: #00ff00;
}
#textual-paint-section li i:last-of-type {
color: #ff0000;
}