github.com/avenga/couper@v1.12.2/docs/website/assets/css/tailwind.css (about) 1 @tailwind base; 2 @tailwind components; 3 @tailwind utilities; 4 5 html { 6 height: 100%; 7 font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11'; 8 } 9 10 body { 11 min-height: 100%; 12 } 13 14 /* Remove backticks around inline code */ 15 .prose :where(code):not(:where([class~="not-prose"] *))::before, 16 .prose :where(code):not(:where([class~="not-prose"] *))::after { 17 content: none 18 } 19 20 blockquote { 21 quotes: none !important 22 } 23 24 main h2 code { 25 font-size: 0.8em !important; 26 }