vendor/assets/stylesheets/link.scss in active_frontend-2.1.0 vs vendor/assets/stylesheets/link.scss in active_frontend-3.0.0

- old
+ new

@@ -15,15 +15,15 @@ pointer-events: none; } /* # Colors ================================================== */ -.link-black { color: rgba(43,50,53,1); } -.link-blue { color: rgba(0,132,255,1); } -.link-gray { color: rgba(136,153,166,1); } -.link-green { color: rgba(68,205,1,1); } -.link-orange { color: rgba(255,131,0,1); } -.text-purple { color: rgba(196,0,235,1); } -.link-red { color: rgba(255,59,48,1); } -.link-smoke { color: rgba(102,117,127,1); } +.link-black { color: rgba(34,34,34,1); } +.link-blue { color: rgba(76,143,202,1); } +.link-gray { color: rgba(200,200,200,1); } +.link-green { color: rgba(27,192,109,1); } +.link-orange { color: rgba(255,154,46,1); } +.text-purple { color: rgba(110,115,136,1); } +.link-red { color: rgba(225,80,80,1); } +.link-smoke { color: rgba(100,100,100,1); } .link-white { color: rgba(255,255,255,1); } -.link-yellow { color: rgba(255,235,0,1); } +.link-yellow { color: rgba(166,165,71,1); } \ No newline at end of file