aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-16 04:50:54 -0400
committertdro <tdro@noreply.example.com>2023-09-16 04:50:54 -0400
commit92213a54c065d13d5e4fd7ab5dc51d1603a60bae (patch)
tree5b2dc2999cdba095838c83a4c653787e78fde749 /assets/css
parent54299946dca8dfe767b6e1ea7794b26361768816 (diff)
downloadcanory-92213a54c065d13d5e4fd7ab5dc51d1603a60bae.tar.gz
canory-92213a54c065d13d5e4fd7ab5dc51d1603a60bae.tar.bz2
canory-92213a54c065d13d5e4fd7ab5dc51d1603a60bae.zip
assets/css/default: House keeping
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 8a7865c..b2f9dfe 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -243,15 +243,6 @@ micro-summary article details[data-disclosure] summary:after {
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
-p,
-ul,
-dd,
-ol,
-figure,
-blockquote {
- margin: 0;
-}
-
p:not(:last-child),
ol:not(:last-child),
ul:not(:last-child),
@@ -263,6 +254,10 @@ blockquote:not(:last-child) {
margin-bottom: 0.75rem;
}
+dd {
+ margin: 0;
+}
+
dl {
margin: 0 0 0 1rem;
}
@@ -412,6 +407,7 @@ input[type="checkbox"]:checked:after {
blockquote {
color: #444;
color: var(--fade);
+ margin: 0;
}
blockquote p,
@@ -487,6 +483,7 @@ textarea {
ol {
padding-left: 3.5rem;
list-style: none;
+ margin: 0;
}
ol li {
@@ -552,6 +549,7 @@ cite {
ul {
list-style: none;
padding-left: 0;
+ margin: 0;
}
nav ol,
@@ -722,6 +720,7 @@ audio {
figure {
text-align: center;
+ margin: 0;
}
figure object {
@@ -774,6 +773,7 @@ figure span:hover {
p {
line-height: 1.4;
+ margin: 0;
}
svg {
@@ -789,12 +789,10 @@ svg:not(:root) {
overflow: hidden;
}
-button,
input {
overflow: visible;
}
-button,
select {
text-transform: none;
}
@@ -824,6 +822,8 @@ micro-author micro-summary > a {
height: 1.95rem;
padding: 0.125rem 0.5rem;
text-decoration: none;
+ text-transform: none;
+ overflow: visible;
}
button:hover,