Update milligram.css

to make the different sections look differentiable for clarity
This commit is contained in:
ananyasharma2001 2023-10-23 16:35:28 +05:30 committed by GitHub
parent d895f17962
commit 73712a02b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
dist/milligram.css vendored
View File

@ -632,4 +632,8 @@ img {
float: right;
}
/*# sourceMappingURL=milligram.css.map */
section:nth-child(even){
background-color: rgb(255, 209, 255);
}
/*to make the alternate sections differ in colour for better understanding*/
/*# sourceMappingURL=milligram.css.map */