Skip to content
Snippets Groups Projects
Commit 4f85da91 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Light colours for submission diff.

parent fcfd52be
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ $color--mustard: #e6ab32;
$color--purple: #8c0bbf;
$color--pink: #e35ca6;
$color--light-pink: #ffe1df;
$color--light-green: #e1fae1;
$color--tomato: #f05e54;
$color--mint: #40c2ad;
$color--grass: #7dc588;
......
......@@ -2,7 +2,7 @@
display: inline-block;
&__deleted {
background-color: $color--pastel-red;
background-color: $color--light-pink;
a {
background-color: inherit;
......@@ -10,7 +10,7 @@
}
&__added {
background-color: $color--pastel-green;
background-color: $color--light-green;
a {
background-color: inherit;
......
......@@ -18,6 +18,7 @@ $color--mustard: #e6ab32;
$color--purple: #8c0bbf;
$color--pink: #e35ca6;
$color--light-pink: #ffe1df;
$color--light-green: #e1fae1;
$color--tomato: #f05e54;
$color--mint: #40c2ad;
$color--grass: #7dc588;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment