aboutsummaryrefslogtreecommitdiff
path: root/asset-sources/theme.scss
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-08-13 17:33:41 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-08-13 17:33:41 +0200
commit5178da7069304219a5c38b54a56a705627a88491 (patch)
tree129db0fdaac29d98a7ffd8d3436571b40eb256c6 /asset-sources/theme.scss
parent8492b351bdaa8b4660691d5c38eb3e8e74dca769 (diff)
downloadfietsboek-5178da7069304219a5c38b54a56a705627a88491.tar.gz
fietsboek-5178da7069304219a5c38b54a56a705627a88491.tar.bz2
fietsboek-5178da7069304219a5c38b54a56a705627a88491.zip
add weekdays to year contributions
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r--asset-sources/theme.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss
index cdb4923..5432b43 100644
--- a/asset-sources/theme.scss
+++ b/asset-sources/theme.scss
@@ -274,14 +274,18 @@ strong {
.contributions {
tbody td.contribs-cell {
div {
- border: 2px solid rgba(0, 0, 0, 0.175);
+ border: 1px solid rgba(0, 0, 0, 0.175);
border-radius: calc(0.375rem - (1px));
- width: 1em;
- height: 1em;
+ width: 1.1em;
+ height: 1.1em;
}
}
+ .contribs-rowhead {
+ font-size: 90%;
+ }
+
.contribs-length-0 div {
background-color: #FFFFFF;
}