theme blue: style onebox

This commit is contained in:
Starbeamrainbowlabs 2022-03-12 13:27:47 +00:00
parent c64980eee9
commit dd60208d4f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 5 additions and 0 deletions

View File

@ -445,6 +445,11 @@ input.edit-page-button[type='submit']{
color:#fb701a;
text-decoration:none;
}
.onebox { display: flex; flex-direction: column;
background: var(--tag); border: 0.2em solid var(--accent-b1); padding: 0.5em; text-decoration: none; }
.onebox-header { font-weight: bolder; font-size: 125%; border-bottom: 0.1em solid var(--accent-b1); }
.help-section-header::after{
content:"#" attr(id);
float:right;