Commit 9ed1906b authored by ninabreznik's avatar ninabreznik Committed by yann300

Update sol.success in css

parent 23cef490
...@@ -306,8 +306,8 @@ ...@@ -306,8 +306,8 @@
} }
.sol.success { .sol.success {
background-color: hsla(59, 56%, 78%, 0.5); background-color: hsla(141, 58%, 95%, 1);
border: .2em dotted green; border: .2em dotted hsla(141, 40%, 48%, 1);
} }
#ghostbar { #ghostbar {
......
...@@ -17,7 +17,8 @@ function styleGuide () { ...@@ -17,7 +17,8 @@ function styleGuide () {
lightGrey: '#dddddd', lightGrey: '#dddddd',
red: '#FF8080', red: '#FF8080',
lightRed: '#FFB9B9', lightRed: '#FFB9B9',
green: '#B1EAC5', green: 'hsla(141, 58%, 81%, 1)',
lightGreen: 'hsla(141, 58%, 95%, 1)',
violet: '#C6CFF7', violet: '#C6CFF7',
pink: '#EC96EC', pink: '#EC96EC',
yellow: '#ffbd01', yellow: '#ffbd01',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment