]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
random comments on profile page
[alttp.git] / resources / sass / common.scss
index 97822fe32037ad1185f6e004635a5371de4fb258..c8528e19b6f260657e3ebdb7d8a3353831562754 100644 (file)
@@ -29,6 +29,18 @@ h1 {
        max-width: none !important;
 }
 
+.quote-alert {
+       position: relative;
+       &::after {
+               position: absolute;
+               top: 0;
+               right: 1ex;
+               content: "”";
+               font-size: 3em;
+               opacity: .5;
+       }
+}
+
 .spoiler {
        border-radius: 0.5ex;
        padding: 0 0.5ex;