Added news

This commit is contained in:
Timon Ostertun
2020-09-27 23:17:56 +02:00
parent 876776eb5b
commit 00c1c93b80
5 changed files with 112 additions and 14 deletions

View File

@@ -173,6 +173,13 @@
text-align: right;
}
/*** BLOCKQUOTE ***/
blockquote {
border-left: 0.5em solid rgba(0, 0, 0, 0.125);
font-style: italic;
padding-left: 1em;
}
/*** BLINKING ICONS ***/
@keyframes fa-blink {
0% { opacity: 1; }