Fix commits calendar colors
BIN
.github/readme/imgs/plugin_followup.png
vendored
|
Before Width: | Height: | Size: 9.5 KiB |
BIN
.github/readme/imgs/plugin_habits.png
vendored
|
Before Width: | Height: | Size: 9.1 KiB |
BIN
.github/readme/imgs/plugin_languages.png
vendored
|
Before Width: | Height: | Size: 12 KiB |
BIN
.github/readme/imgs/plugin_lines.png
vendored
|
Before Width: | Height: | Size: 17 KiB |
BIN
.github/readme/imgs/plugin_music_playlist.png
vendored
|
Before Width: | Height: | Size: 32 KiB |
BIN
.github/readme/imgs/plugin_music_recent.png
vendored
|
Before Width: | Height: | Size: 28 KiB |
BIN
.github/readme/imgs/plugin_pagespeed.png
vendored
|
Before Width: | Height: | Size: 30 KiB |
BIN
.github/readme/imgs/plugin_traffic.png
vendored
|
Before Width: | Height: | Size: 17 KiB |
@@ -230,3 +230,17 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Calendar */
|
||||||
|
:root {
|
||||||
|
--color-calendar-graph-day-bg: #ebedf0;
|
||||||
|
--color-calendar-graph-day-border: rgba(27,31,35,0.06);
|
||||||
|
--color-calendar-graph-day-L1-bg: #9be9a8;
|
||||||
|
--color-calendar-graph-day-L2-bg: #40c463;
|
||||||
|
--color-calendar-graph-day-L3-bg: #30a14e;
|
||||||
|
--color-calendar-graph-day-L4-bg: #216e39;
|
||||||
|
--color-calendar-graph-day-L4-border: rgba(27,31,35,0.06);
|
||||||
|
--color-calendar-graph-day-L3-border: rgba(27,31,35,0.06);
|
||||||
|
--color-calendar-graph-day-L2-border: rgba(27,31,35,0.06);
|
||||||
|
--color-calendar-graph-day-L1-border: rgba(27,31,35,0.06);
|
||||||
|
}
|
||||||
@@ -107,3 +107,17 @@
|
|||||||
0% { max-height: 0; }
|
0% { max-height: 0; }
|
||||||
100% { max-height: 360px; }
|
100% { max-height: 360px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Calendar */
|
||||||
|
:root {
|
||||||
|
--color-calendar-graph-day-bg: #ebedf0;
|
||||||
|
--color-calendar-graph-day-border: rgba(27,31,35,0.06);
|
||||||
|
--color-calendar-graph-day-L1-bg: #9be9a8;
|
||||||
|
--color-calendar-graph-day-L2-bg: #40c463;
|
||||||
|
--color-calendar-graph-day-L3-bg: #30a14e;
|
||||||
|
--color-calendar-graph-day-L4-bg: #216e39;
|
||||||
|
--color-calendar-graph-day-L4-border: rgba(27,31,35,0.06);
|
||||||
|
--color-calendar-graph-day-L3-border: rgba(27,31,35,0.06);
|
||||||
|
--color-calendar-graph-day-L2-border: rgba(27,31,35,0.06);
|
||||||
|
--color-calendar-graph-day-L1-border: rgba(27,31,35,0.06);
|
||||||
|
}
|
||||||