Improved scope
Improved profiles
This commit is contained in:
fraxle
2026-05-15 09:40:42 +01:00
parent f024fd0c2d
commit 5b0e62d1b5
6 changed files with 372 additions and 108 deletions
+23
View File
@@ -88,6 +88,29 @@ p {
strong { color: #1e1208; font-weight: 600; }
em { color: #7a5c2a; font-style: italic; }
.profile-block {
background: #fef8ea;
border: 1px solid #e0d0a8;
border-left: 4px solid #c8922a;
border-radius: 8px;
padding: 1.1rem 1.4rem;
margin-bottom: 1rem;
}
.profile-name {
font-family: 'Fraunces', serif;
font-weight: 900;
font-size: 1rem;
color: #1e1208;
margin-bottom: 0.5rem;
}
.col-ref-table td:first-child {
white-space: nowrap;
width: 160px;
color: #5a3e1a;
}
.faq-block {
background: #fef8ea;
border: 1px solid #e0d0a8;