Revert "Drop some text shadows"

This reverts commit d8704c98ce.
This commit is contained in:
Richard Feldman 2022-11-06 16:06:52 -05:00
parent 9433e5dc45
commit 73b0ffa63e
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -1,8 +1,8 @@
:root { :root {
--text-color: #121212; --text-color: #121212;
--header-link-color: #6060f7; --header-link-color: #6666ff;
--header-link-hover: #222; --header-link-hover: #222;
--link-color: #1abbb2; --link-color: #17b9b0;
--repl-prompt: #0ff4f4; --repl-prompt: #0ff4f4;
--body-bg: #fff; --body-bg: #fff;
--code-bg: #e7e7e7; --code-bg: #e7e7e7;
@ -148,6 +148,10 @@ h1 {
text-shadow: 2px 2px 2px #ddd; text-shadow: 2px 2px 2px #ddd;
} }
h2 {
text-shadow: 1px 1px 1px #010101
}
h1 a, h2 a, h3 a, h4 a, h5 a { h1 a, h2 a, h3 a, h4 a, h5 a {
color: var(--header-link-color); color: var(--header-link-color);
} }
@ -260,6 +264,10 @@ h3 {
--code-color: #cdcdcd; --code-color: #cdcdcd;
} }
h1, h2, h3, h4, h5 {
text-shadow: none;
}
html { html {
scrollbar-color: #444444 #2f2f2f; scrollbar-color: #444444 #2f2f2f;
} }