fixed colors

This commit is contained in:
Ingolf Wagner 2018-09-28 22:20:25 +02:00
parent 0110e878fd
commit 8faa082d31

View file

@ -1,12 +1,13 @@
@color-code-background: rgb(239, 241, 121); @color-code-background: rgb(244, 247, 105);
@color-code-border: rgb(170, 172, 60); @color-code-border: rgb(90, 92, 0);
@color-code-inline: rgb(25, 59, 102); @color-code-inline: rgb(35, 77, 133);
@color-note-background: rgb(119, 238, 95);
@color-note-border: rgb(56, 116, 0);
@color-warning-background: rgba(188, 32, 11, 0.55); @color-warning-background: rgba(188, 32, 11, 0.55);
@color-note-background: rgba(94, 188, 11, 0.55);
@color-note-border: rgb(18, 32, 5);
@color-comparison-good: #ABE953; @color-comparison-good: #ABE953;
@color-comparison-ok: #E9E653; @color-comparison-ok: #E9E653;