Comment rationale for swapping dark theme colors

Signed-off-by: Justin Sleep <justin@midnightmechanism.com>
This commit is contained in:
Justin Sleep 2020-01-05 17:58:07 -06:00
parent dcdf68d7e1
commit 8ec8a7c015

View file

@ -245,6 +245,7 @@ $breadcrumb-placeholder-bg-color: #272c35;
} }
// diff highlight colors // diff highlight colors
// intentionally swapped to avoid inversion
.hljs-addition { .hljs-addition {
background: #fdd; background: #fdd;
} }