fixed colors

master
Ingolf Wagner 2018-09-29 17:59:02 +02:00
parent 4415704cf4
commit 32141afd8a
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
@color-code-background: rgb(187, 160, 87);
@color-code-border: rgb(107, 73, 0);
@color-code-background: rgb(197, 196, 159);
@color-code-border: rgb(175, 163, 94);
@color-code-inline: rgb(22, 34, 0);
@color-note-background: rgb(130, 173, 106);
@color-note-border: rgb(44, 90, 0);
@color-note-background: rgb(159, 197, 159);
@color-note-border: rgb(42, 83, 4);
@color-warning-background: rgba(188, 32, 11, 0.55);