1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-09 11:54:56 +00:00

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

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;