vendor/assets/stylesheets/link.scss in active_frontend-4.5.1 vs vendor/assets/stylesheets/link.scss in active_frontend-5.0.0

- old
+ new

@@ -16,14 +16,14 @@ } /* # Colors ================================================== */ .link-black { color: rgba(42,44,48,1); } -.link-blue { color: rgba(91,146,250,1); } +.link-blue { color: rgba(0,153,255,1); } .link-gray { color: rgba(136,153,166,1); } -.link-green { color: rgba(27,192,109,1); } -.link-orange { color: rgba(255,154,46,1); } -.text-purple { color: rgba(81,68,95,1); } -.link-red { color: rgba(225,80,80,1); } +.link-green { color: rgba(117,210,24,1); } +.link-orange { color: rgba(255,131,0,1); } +.text-purple { color: rgba(126,78,194,1); } +.link-red { color: rgba(240,35,17,1); } .link-smoke { color: rgba(85,94,113,1); } .link-white { color: rgba(255,255,255,1); } -.link-yellow { color: rgba(253,245,98,1); } +.link-yellow { color: rgba(255,245,0,1); } \ No newline at end of file