Skip to content

Improve text readability by using dark #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ body {
padding: 0;
margin: 0;
font: 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color:#595959;
color:#000;
font-weight:400;
font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
color:#222;
color:#000;
margin:0 0 20px;
}

Expand All @@ -27,12 +27,12 @@ h1 {
}

h2 {
color:#393939;
color:#000;
font-weight: 500;
}

h3, h4, h5, h6 {
color:#494949;
color:#000;
font-weight: 500;
}

Expand Down Expand Up @@ -77,7 +77,7 @@ blockquote {

code, pre {
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
color:#333;
color:#000;
}

pre {
Expand Down Expand Up @@ -180,7 +180,7 @@ header ul a:active {
}

strong {
color:#222;
color:#000;
font-weight:500;
}

Expand All @@ -192,7 +192,7 @@ header ul li + li + li {
header ul a strong {
font-size:14px;
display:block;
color:#222;
color:#000;
}

small {
Expand All @@ -218,6 +218,6 @@ footer {
body {
padding:0.4in;
font-size:12pt;
color:#444;
color:#000;
}
}