We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712c6f3 commit ac39696Copy full SHA for ac39696
1 file changed
assets/css/app.css
@@ -26,17 +26,17 @@ body {
26
}
27
28
.contextual-help-doc pre {
29
- background-color: #234e52; /* teal-900 */
+ @apply bg-teal-900;
30
+ @apply text-teal-300;
31
border-radius: 4px;
- color: #81e6d9; /* teal-300 */
32
margin-bottom: 0.5rem;
33
padding: 0.25rem 0.5rem;
34
white-space: pre-wrap;
35
36
37
.contextual-help-doc p > code {
38
39
40
border-radius: 2px;
41
padding: 0.25rem;
42
0 commit comments