Sha256: cbfadd5add1b4c033b211a7521c2e88adacc2bae2a7a57e32001f3607d3295a4
Contents?: true
Size: 508 Bytes
Versions: 8
Compression:
Stored size: 508 Bytes
Contents
$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; body { font-family: $base-font-family; } a { color: black; text-decoration: none; &:hover { color: black; background-color: aqua; text-decoration: underline; } &:visited { color: black; } } ///////////////////////// // version / powered_by .version { text-align: center; margin-top: 10px; color: grey; a, span { font-size: 12px; color: grey } }
Version data entries
8 entries across 8 versions & 1 rubygems