mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 07:11:18 +02:00
css: apropos special block styling
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
line-height: 1.6;
|
||||
color: var(--text-primary);
|
||||
font-weight: 300;
|
||||
padding-bottom: var(--space-xl);
|
||||
/* padding-bottom: var(--space-xl); */
|
||||
}
|
||||
|
||||
.page-content > article * {
|
||||
@@ -141,7 +141,7 @@
|
||||
|
||||
/* Section separators (about page only) */
|
||||
.page-content > article > section {
|
||||
padding-bottom: var(--space-xl);
|
||||
/* padding-bottom: var(--space-xl); */
|
||||
border-bottom: 1px solid var(--border-primary);
|
||||
margin-bottom: var(--space-xl);
|
||||
}
|
||||
@@ -188,16 +188,10 @@
|
||||
.apropos-contact-card {
|
||||
font-style: normal;
|
||||
padding: var(--space-s) 0;
|
||||
border-bottom: 1px solid var(--border-primary);
|
||||
}
|
||||
|
||||
.apropos-contact-card:first-child {
|
||||
border-top: 1px solid var(--border-primary);
|
||||
}
|
||||
|
||||
.apropos-contact-card strong {
|
||||
display: block;
|
||||
font-size: var(--step-0);
|
||||
font-weight: 600;
|
||||
color: var(--text-primary);
|
||||
margin-bottom: var(--space-3xs);
|
||||
@@ -205,25 +199,11 @@
|
||||
|
||||
.apropos-contact-card span {
|
||||
display: block;
|
||||
font-size: var(--step--1);
|
||||
color: var(--text-secondary);
|
||||
line-height: 1.4;
|
||||
margin-bottom: var(--space-3xs);
|
||||
}
|
||||
|
||||
.apropos-contact-card a {
|
||||
font-size: var(--step--1);
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
transition: color 0.15s;
|
||||
}
|
||||
|
||||
.apropos-contact-card a:hover {
|
||||
color: var(--accent-primary);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
/* Credits list */
|
||||
/* ------------------------------------------------------------------ */
|
||||
@@ -241,24 +221,18 @@
|
||||
grid-template-columns: 1fr 1.6fr;
|
||||
gap: var(--space-s);
|
||||
padding: var(--space-s) 0;
|
||||
border-bottom: 1px solid var(--border-primary);
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.apropos-credit-row:first-child {
|
||||
border-top: 1px solid var(--border-primary);
|
||||
}
|
||||
|
||||
.apropos-credits-list dt {
|
||||
font-size: var(--step--2);
|
||||
font-weight: 600;
|
||||
/* font-size: var(--step--1); */
|
||||
font-weight: 300;
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: uppercase;
|
||||
color: var(--text-tertiary);
|
||||
}
|
||||
|
||||
.apropos-credits-list dd {
|
||||
font-size: var(--step--1);
|
||||
/* font-size: var(--step-; */
|
||||
color: var(--text-primary);
|
||||
margin: 0;
|
||||
line-height: 1.5;
|
||||
|
||||
Reference in New Issue
Block a user