Fix typo in custom-syle.css (#219)

This commit is contained in:
Tim Lockridge 2024-05-03 13:56:04 -04:00 committed by GitHub
parent cd1e0883aa
commit 7bbcbecc50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
body { body {
/*** /***
ADD YOUR CUSTOM STYLIING HERE. (INSIDE THE body {...} section.) ADD YOUR CUSTOM STYLING HERE. (INSIDE THE body {...} section.)
IT WILL TAKE PRECEDENCE OVER THE STYLING IN THE STYLE.CSS FILE. IT WILL TAKE PRECEDENCE OVER THE STYLING IN THE STYLE.CSS FILE.
***/ ***/
// background-color: white; // background-color: white;
@ -10,4 +10,4 @@ body {
// h1 { // h1 {
// color: black; // color: black;
// } // }
} }