mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 04:03:00 +00:00
theme blue: style onebox
This commit is contained in:
parent
c64980eee9
commit
dd60208d4f
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue