Skip to content

Commit 7f23c21

Browse files
committed
Add html aside styling
1 parent 47aea65 commit 7f23c21

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

FiriA.iatemplate/Contents/Resources/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,3 +716,16 @@ figcaption {
716716
font-size: 0.75em;
717717
}
718718
}
719+
720+
/***************************************
721+
* HTML inserts
722+
***************************************/
723+
724+
aside {
725+
color: var(--color-gray-dark);
726+
font-size: 0.75em;
727+
border-left: 5px solid var(--color-gray);
728+
background-color: var(--color-gray-bright);
729+
margin-top: 1rem;
730+
padding: 0.5em 0.5em 0.5em 0.75em;
731+
}

0 commit comments

Comments
 (0)