theme changes

This commit is contained in:
Gabriel 2023-12-28 00:08:09 -05:00
parent 8c847d47b7
commit f2f2797921

View file

@ -7,6 +7,7 @@ body {
--theme-accent2: rgb(255, 226, 158); --theme-accent2: rgb(255, 226, 158);
--theme-primary: white; --theme-primary: white;
--theme-secondary: black; --theme-secondary: black;
max-width: 100vw;
} }
header { header {
@ -90,7 +91,7 @@ article p {
article ul, article ul,
article ol, article ol,
article blockquote { article blockquote {
width: 100%; width: 90%;
margin-top: 5px; margin-top: 5px;
} }