mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
theme photo: style onebox
This commit is contained in:
parent
7f95593524
commit
c64980eee9
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,10 @@ input[type=submit] {
|
|||
.tag-list li { display: inline-block; margin: 1rem; }
|
||||
.mini-tag { background: var(--bg-b); padding: 0.2rem 0.4rem; text-decoration: none; }
|
||||
|
||||
.onebox { display: flex; flex-direction: column;
|
||||
background: var(--bg-a); box-shadow: 0.5em 0.5em 0.5em var(--shadow-a); padding: 0.5em; text-decoration: none; }
|
||||
.onebox-header { font-weight: bolder; font-size: 125%; border-bottom: 0.1em solid var(--bg-colour); }
|
||||
|
||||
.larger { color: var(--addition); }
|
||||
.smaller, .deletion { color: var(--deletion); }
|
||||
.nochange { color: var(--nochange); font-style: italic; }
|
||||
|
|
Loading…
Reference in a new issue