Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@
background-color: #333 !important;
border-color: #484848 !important;
}
/* contribution calender and blame heats */
/* contribution calendar and blame heats */
.heat, .contrib-legend li, #contributions-calendar rect[fill="#d6e685"],
#contributions-calendar rect[fill="#8cc665"],
#contributions-calendar rect[fill="#44a340"],
Expand All @@ -1091,7 +1091,7 @@
#contributions-calendar rect.day:hover {
stroke: #fff !important;
}
/* contribution calender - regular colors */
/* contribution calendar - regular colors */
#contributions-calendar rect[fill="#eeeeee"],
.contrib-legend li[style*="#eee"] {
background-color: #222 !important;
Expand All @@ -1117,7 +1117,7 @@
.contrib-legend li[style*="#1e6823"] {
opacity: 1 !important;
}
/* contribution calender - halloween colors */
/* contribution calendar - halloween colors */
#contributions-calendar rect[fill="#FFEE4A"],
#contributions-calendar rect[fill="#FFC501"],
#contributions-calendar rect[fill="#FE9600"],
Expand Down