diff options
Diffstat (limited to 'asset-sources')
| -rw-r--r-- | asset-sources/theme.scss | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index ba05782..cdb4923 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -271,6 +271,37 @@ strong { } } +.contributions { + tbody td.contribs-cell { + div { + border: 2px solid rgba(0, 0, 0, 0.175); + border-radius: calc(0.375rem - (1px)); + + width: 1em; + height: 1em; + } + } + + .contribs-length-0 div { + background-color: #FFFFFF; + } + .contribs-length-1 div { + background-color: #8FF0A4; + } + .contribs-length-2 div { + background-color: #75DD95; + } + .contribs-length-3 div { + background-color: #5BC987; + } + .contribs-length-4 div { + background-color: #40B678; + } + .contribs-length-5 div { + background-color: #26A269; + } +} + .browse-summary { font-variant: lining-nums; } |
