aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-16 10:47:40 -0500
committertdro <tdro@noreply.example.com>2022-11-16 10:47:40 -0500
commitd294ffed41f7e64102fc631548ec8b3f6ef1c7c5 (patch)
treef4dccccc17e6d07046f3fb0299ba5d6d4b8a03a0 /assets
parentdb3820c0c5d84226e01d6f1dcef10929979935ba (diff)
downloadcanory-d294ffed41f7e64102fc631548ec8b3f6ef1c7c5.tar.gz
canory-d294ffed41f7e64102fc631548ec8b3f6ef1c7c5.tar.bz2
canory-d294ffed41f7e64102fc631548ec8b3f6ef1c7c5.zip
themes/default/layouts/partials/function-content: Make block quotes easier to write
Remove footer since it's no longer needed
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 6f1e10c..3561d30 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -290,15 +290,20 @@ input[type="checkbox"]:checked:after {
}
blockquote {
- padding-left: 2rem;
+ color: #444;
+ color: var(--fade);
}
-blockquote p span {
- display: block;
+blockquote p {
+ padding-left: 1rem;
+ margin-left: 1rem;
+ border-left: 2px solid;
+ border-color: #eee;
+ border-color: var(--border-lighter);
+}
+
+blockquote footer {
text-align: right;
- font-style: normal;
- font-size: 80%;
- margin-top: 0.75rem;
}
video {
@@ -356,7 +361,7 @@ blockquote span {
blockquote p {
font-family: Charter, Georgia, "Book Antiqua", serif;
- font-size: 125%;
+ font-size: 110%;
}
pre,
@@ -956,7 +961,7 @@ micro-content ul li + li {
}
micro-content ul li:before {
- content: "\2014";
+ content: "\2012";
padding: 0 0.5rem 0 1.25rem;
}