Fix code blocks overflow, improve header text color, improve mobile size

This commit is contained in:
Oliver 2025-01-04 00:09:12 -07:00
parent 5773af38f4
commit dbb22984e6

View File

@ -3,7 +3,7 @@
--bg-text: #606060;
--text: #ffffff;
--header: #454545;
--header-text: #707070;
--header-text: #d3d3d3;
--content-bg: #303030;
--accent: #344a70;
--link: #3e765d;
@ -27,6 +27,7 @@ pre {
background-color: var(--bg);
padding: 1rem;
border-radius: var(--radius);
overflow: scroll;
}
.copy:hover {
@ -69,6 +70,8 @@ section {
article {
background-color: var(--content-bg);
padding: 1.5rem;
padding-top: 1px;
padding-bottom: 1px;
text-align: left;
}