the home site for me: also iteration 3 or 4 of my site

chore: make light code theme not use opacity

Changed files
+1 -1
sass
+1 -1
sass/css/syntax-theme.css
···
html[data-theme="light"] .z-code {
color: #4c4f69;
-
background-color: #f3f0eae7;
}
html[data-theme="light"] .z-comment {
···
html[data-theme="light"] .z-code {
color: #4c4f69;
+
background-color: #f2efea;
}
html[data-theme="light"] .z-comment {