Remove duplicate css definitions

This commit is contained in:
Geert Janssens 2018-03-29 09:56:32 +02:00
parent 82f31a5e4d
commit 59e9f7a6d7

View File

@ -12,15 +12,6 @@
color: @negative-numbers;
}
/* Change font color by mixing with grey */
.lighter-grey-mix {
color: mix (currentColor, grey, 0.8);
}
.darker-grey-mix {
color: mix (currentColor, grey, 0.2);
}
/* Register Cursor settings, top, right, bottom, left */
.cursor .entry {
margin: 2px 5px 2px 5px; /* this only works by doing it in code, yellow area */