Sha256: 84fc4010143fa89948acef4b4be4273b2211ad8be0175a318ae7fa927c9615d6
Contents?: true
Size: 864 Bytes
Versions: 34
Compression:
Stored size: 864 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; } } .params { color: green; font-style: italic; font-weight: bold; } pre { background-color: #F3F3F3; border-bottom: 1px solid #BBBBBB; border-top: 1px solid #BBBBBB; padding: 4px; } .football-widget { background-color: lime; border: 1px solid green; padding: 4px; ul { list-style-type: none; } } ///////////////////////// // version / powered_by .version { text-align: center; margin-top: 10px; color: grey; a, span { font-size: 12px; color: grey } }
Version data entries
34 entries across 34 versions & 1 rubygems