aboutsummaryrefslogtreecommitdiffstats
path: root/src/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style/style.css')
-rw-r--r--src/style/style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/style/style.css b/src/style/style.css
index f011167..8c17ae3 100644
--- a/src/style/style.css
+++ b/src/style/style.css
@@ -88,11 +88,11 @@ p code {
blockquote {
margin-inline-end: 0;
- margin-inline-start: 20%;
+ margin-inline-start: 0;
+ background-color: #cccccc;
}
blockquote * {
- background-color: yellow;
font-style: italic;
}
@@ -101,6 +101,10 @@ blockquote p {
margin-block-end: 0;
}
+footer blockquote {
+ background-color: yellow;
+}
+
footer {
margin-top: 16em;
}
@@ -109,7 +113,7 @@ footer blockquote {
margin-inline-start: 0;
}
-@media only screen and (max-width: 100ch) {
+@media only screen and (max-width: 72ch) {
* {
text-align: left;
}
remember that computers suck.