Loading style.css +17 −2 Original line number Diff line number Diff line Loading @@ -663,7 +663,14 @@ main.list article > header h1 { /* ### Shared styles: "Speech bubble look" for list articles and blockquotes ### */ main.list article, blockquote { position: relative; box-shadow: 0px 0px 10px var(--shadow-color); } main.list article { box-shadow: 0 0 10px var(--shadow-color); } blockquote { box-shadow: 0 0 5px var(--shadow-color); } main.list footer::before, blockquote::before { Loading @@ -686,11 +693,19 @@ main.list footer::after, blockquote::after { right: 0; width: 0; height: 0; bottom: -1.7em; border-width: 30px 0 0 30px; border-style: solid; border-color: #fff transparent; } main.list footer::after { bottom: -1.7em; } blockquote::after { bottom: -1.8em; } /* ### End shared styles ### */ /* ==== Utilities: Pagination ==== */ Loading Loading
style.css +17 −2 Original line number Diff line number Diff line Loading @@ -663,7 +663,14 @@ main.list article > header h1 { /* ### Shared styles: "Speech bubble look" for list articles and blockquotes ### */ main.list article, blockquote { position: relative; box-shadow: 0px 0px 10px var(--shadow-color); } main.list article { box-shadow: 0 0 10px var(--shadow-color); } blockquote { box-shadow: 0 0 5px var(--shadow-color); } main.list footer::before, blockquote::before { Loading @@ -686,11 +693,19 @@ main.list footer::after, blockquote::after { right: 0; width: 0; height: 0; bottom: -1.7em; border-width: 30px 0 0 30px; border-style: solid; border-color: #fff transparent; } main.list footer::after { bottom: -1.7em; } blockquote::after { bottom: -1.8em; } /* ### End shared styles ### */ /* ==== Utilities: Pagination ==== */ Loading