aboutsummaryrefslogtreecommitdiff
path: root/asset-sources
diff options
context:
space:
mode:
Diffstat (limited to 'asset-sources')
-rw-r--r--asset-sources/theme.scss58
1 files changed, 28 insertions, 30 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss
index 5432b43..2faaffa 100644
--- a/asset-sources/theme.scss
+++ b/asset-sources/theme.scss
@@ -271,39 +271,37 @@ strong {
}
}
-.contributions {
- tbody td.contribs-cell {
- div {
- border: 1px solid rgba(0, 0, 0, 0.175);
- border-radius: calc(0.375rem - (1px));
-
- width: 1.1em;
- height: 1.1em;
- }
- }
+.contribs-cell {
+ div {
+ border: 1px solid rgba(0, 0, 0, 0.175);
+ border-radius: calc(0.375rem - (1px));
- .contribs-rowhead {
- font-size: 90%;
+ width: 1.1em;
+ height: 1.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;
- }
+.contribs-rowhead {
+ font-size: 90%;
+}
+
+.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 {