aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-13 02:43:31 -0400
committertdro <tdro@noreply.example.com>2022-05-13 02:43:31 -0400
commit6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb (patch)
treedfd8a9c0b6ba597a0428d1520a74bd0fd5711754 /assets
parent93197de690932d966457cc07682398e592421643 (diff)
downloadcanory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.tar.gz
canory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.tar.bz2
canory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.zip
Makefile: Bring up Nu validator
Initial validation before things get out of hand.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css40
1 files changed, 19 insertions, 21 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 90f2ac1..228cb09 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -242,14 +242,6 @@ nav ul {
padding: 0;
}
-footer {
- text-align: center;
- color: #444;
- color: var(--fade);
- margin: 1rem 0;
- font-size: 85%;
-}
-
figcaption a {
color: inherit;
}
@@ -700,7 +692,7 @@ micro-metadata {
}
micro-metadata h2 {
- margin-right: 0.5rem;
+ display: inline;
}
micro-metadata a {
@@ -803,7 +795,8 @@ micro-header h1 {
margin-bottom: 0.25rem;
}
-micro-header h2 {
+micro-header h2,
+micro-header h3 {
font-weight: 400;
color: #444;
color: var(--fade);
@@ -941,13 +934,13 @@ column-middle nav {
z-index: 100;
}
-column-middle nav section h1,
+column-middle nav section h2,
column-middle nav section small {
margin: 0;
}
micro-author micro-header,
-column-middle nav section h1,
+column-middle nav section h2,
column-middle nav section small {
white-space: nowrap;
overflow: hidden;
@@ -959,6 +952,10 @@ column-middle nav section {
padding: 0 0.5rem;
}
+column-middle main > footer {
+ margin: 0 0 1rem 0;
+}
+
icon-button a {
color: inherit;
display: flex;
@@ -1062,7 +1059,7 @@ gallery-images > h1 {
font-size: 110%;
}
-gallery-images section {
+gallery-images aside {
display: flex;
flex-wrap: wrap;
}
@@ -1124,13 +1121,13 @@ web-ring-item:not(:last-child) {
}
micro-tags a,
-web-ring section,
+web-ring aside,
author-list section {
background-color: #f9f9f9;
background-color: var(--widget-background);
}
-web-ring section {
+web-ring aside {
border-radius: 1rem;
padding: 1rem;
}
@@ -1325,13 +1322,13 @@ context-profile a {
display: inline;
}
-context-profile h2 {
+context-profile aside p {
color: #333;
color: var(--fade);
- font-weight: 400;
+ margin: 0;
}
-context-profile section {
+context-profile div {
display: flex;
align-items: center;
}
@@ -1404,12 +1401,13 @@ blockquote:not(:last-child) {
margin-bottom: 0.75rem;
}
+footer,
figcaption {
- font-size: 85%;
- margin-top: 0.5rem;
- text-align: center;
color: #444;
color: var(--fade);
+ font-size: 85%;
+ margin: 0.5rem 0;
+ text-align: center;
}
sup {