diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-13 10:36:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-13 10:36:19 +0200 |
commit | fc073c245fb2122d3afbe16d3188cc96c022baa8 (patch) | |
tree | 92facb4211a5e9668021d1c72cf8c038b507c763 /styles/layout.css | |
parent | ed5122a5fb89a8512fa96a7ae591f8843690c5ed (diff) |
print css
Diffstat (limited to 'styles/layout.css')
-rw-r--r-- | styles/layout.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/layout.css b/styles/layout.css index 5c8cc50..70f94dc 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -88,6 +88,13 @@ blockquote:before { background-color: var(--cyan-process); } +@media (prefers-color-scheme: light) { + blockquote { + color: var(--oxford-blue); + opacity: .8; + } +} + @media screen and (max-device-width: 550px) { .navAreaWrapper { grid-column: none; |