X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;fp=resources%2Fsass%2Fcommon.scss;h=c8528e19b6f260657e3ebdb7d8a3353831562754;hb=35d1ce20e64f3373d74816ed1bf9440b4213fa1a;hp=97822fe32037ad1185f6e004635a5371de4fb258;hpb=f295d5ffc60a5f73bd4dd89c0ecc69aecaac9d8a;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index 97822fe..c8528e1 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -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;