Sha256: bc40f31e82feb59f0116984085fb87af78ff45db9a1b4cf425c9454bb0e7176a
Contents?: true
Size: 686 Bytes
Versions: 11
Compression:
Stored size: 686 Bytes
Contents
.navbar { padding: 0.5rem; background-color: $primary-text; color: $secondary-text-light; font-size: 1rem; nav { li { display: inline-block; a, a:visited { color: $secondary-text; text-decoration: none; } a:hover, a:visited:hover { color: $secondary-text-light; text-decoration: none; } a:visited:active, a:active { outline: solid 2px $secondary-text-light; text-decoration: none; } &.brand { font-weight: bold; color: $primary-light; font-family: $heading-font; } } li + li { margin-left: 1rem; } } }
Version data entries
11 entries across 11 versions & 1 rubygems