Sha256: 5e8b9beaa771f253034847dffee6e90c2e13705bd6e3192cc3942f4655eb8b3d
Contents?: true
Size: 826 Bytes
Versions: 5
Compression:
Stored size: 826 Bytes
Contents
/* Table of Contents ================================================== # Link # Colors */ /* # Link ================================================== */ a { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration: none; } a[disabled] { cursor: not-allowed; pointer-events: none; } /* # Colors ================================================== */ .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(166,165,71,1); }
Version data entries
5 entries across 5 versions & 1 rubygems