Beta 8
Improved scope Improved profiles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user