mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-18 08:48:26 -04:00
♿️ Improve contrast and other accessibility issues
This commit is contained in:
+7
-7
@@ -302,31 +302,31 @@ body button {
|
||||
}
|
||||
/* Comment */
|
||||
.chroma .c {
|
||||
@apply italic text-neutral-400 dark:text-neutral-500;
|
||||
@apply italic text-neutral-500 dark:text-neutral-400;
|
||||
}
|
||||
/* CommentHashbang */
|
||||
.chroma .ch {
|
||||
@apply italic font-semibold text-neutral-400 dark:text-neutral-500;
|
||||
@apply italic font-semibold text-neutral-500 dark:text-neutral-400;
|
||||
}
|
||||
/* CommentMultiline */
|
||||
.chroma .cm {
|
||||
@apply italic text-neutral-400 dark:text-neutral-500;
|
||||
@apply italic text-neutral-500 dark:text-neutral-400;
|
||||
}
|
||||
/* CommentSingle */
|
||||
.chroma .c1 {
|
||||
@apply italic text-neutral-400 dark:text-neutral-500;
|
||||
@apply italic text-neutral-500 dark:text-neutral-400;
|
||||
}
|
||||
/* CommentSpecial */
|
||||
.chroma .cs {
|
||||
@apply italic text-neutral-400 dark:text-neutral-500;
|
||||
@apply italic text-neutral-500 dark:text-neutral-400;
|
||||
}
|
||||
/* CommentPreproc */
|
||||
.chroma .cp {
|
||||
@apply italic text-neutral-400 dark:text-neutral-500;
|
||||
@apply italic text-neutral-500 dark:text-neutral-400;
|
||||
}
|
||||
/* CommentPreprocFile */
|
||||
.chroma .cpf {
|
||||
@apply italic text-neutral-400 dark:text-neutral-500;
|
||||
@apply italic text-neutral-500 dark:text-neutral-400;
|
||||
}
|
||||
/* Generic */
|
||||
.chroma .g {
|
||||
|
||||
Reference in New Issue
Block a user