1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 09:53:02 +00:00

theme photo: style onebox

This commit is contained in:
Starbeamrainbowlabs 2022-03-12 13:27:06 +00:00
parent 7f95593524
commit c64980eee9
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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; }