Skip to content

Commit ac39696

Browse files
committed
Use new tailwindcss teal shades
1 parent 712c6f3 commit ac39696

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/css/app.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ body {
2626
}
2727

2828
.contextual-help-doc pre {
29-
background-color: #234e52; /* teal-900 */
29+
@apply bg-teal-900;
30+
@apply text-teal-300;
3031
border-radius: 4px;
31-
color: #81e6d9; /* teal-300 */
3232
margin-bottom: 0.5rem;
3333
padding: 0.25rem 0.5rem;
3434
white-space: pre-wrap;
3535
}
3636

3737
.contextual-help-doc p > code {
38-
background-color: #234e52; /* teal-900 */
38+
@apply bg-teal-900;
39+
@apply text-teal-300;
3940
border-radius: 2px;
40-
color: #81e6d9; /* teal-300 */
4141
padding: 0.25rem;
4242
}

0 commit comments

Comments
 (0)