_sass/jekyll-zeta.scss in jekyll-zeta-0.7.1 vs _sass/jekyll-zeta.scss in jekyll-zeta-0.7.2

- old
+ new

@@ -7,12 +7,12 @@ $color-lightGray: #9ca3af; $color-lightGrayBg: #F0f2f4; $heatFont:Georgia,"Nimbus Roman No9 L","Songti SC",STSong,"AR PL New Sung","AR PL SungtiL GB",NSimSun,SimSun,"TW\-Sung","WenQuanYi Bitmap Song","AR PL UMing CN","AR PL UMing HK","AR PL UMing TW","AR PL UMing TW MBE",sans-serif; $dbgBorder:none;//ssolid 1px red; -$hmbloksizeW:12px; -$hmbloksizeH:15.2px; +$hmbloksizeW:11px; +$hmbloksizeH:13px; $dayGap:1px; $hmdaywidth: $dayGap * 52 + $hmbloksizeW * 53; $hmmonthWidth:40px; $hmmwidth: $hmmonthWidth + $hmdaywidth; li { @@ -358,11 +358,11 @@ grid-column-start: 2; grid-column-end: 3; display: grid; - grid-template-columns:repeat(12,1fr); + grid-template-columns: repeat(12,1fr); width: $hmdaywidth; border: $dbgBorder; } @@ -374,11 +374,10 @@ justify-content: center; font-family: $heatFont; font-size: 0.8rem; - border: $dbgBorder; height: 12px; padding: 0.2em 0; } @@ -391,12 +390,11 @@ display: grid; // grid-template-rows:repeat(4,1fr); grid-auto-flow: row; - - height: $hmbloksizeW * 7 + height: $hmbloksizeH * 7 + $dayGap * 6; } .heatmap-week-cell{ display: flex; @@ -431,10 +429,15 @@ display: block; white-space: nowrap; overflow:hidden; } + +.hm-check-nodata{ + background-color: #93d5dc; +} + .hm-check{ background-color: #40c463bb; position: relative; cursor: pointer; } @@ -442,11 +445,16 @@ .hm-check2{ background-color: #40c463ff; position: relative; } -.hm-check-no{ - background-color: #edebf0; +.hm-check-no-a{ + background-color: #edebf0;; +} + + +.hm-check-no-b{ + background-color: #edebf0aa; } .heatmap-day-cell:hover{ transform: scale(1.3); z-index: 999; \ No newline at end of file