Skip to content

Instantly share code, notes, and snippets.

@Martinsos
Created September 12, 2021 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Martinsos/73c61312eabf5b5aea9ccbd7be2e3700 to your computer and use it in GitHub Desktop.
Save Martinsos/73c61312eabf5b5aea9ccbd7be2e3700 to your computer and use it in GitHub Desktop.
CSS that highlights start/end of working day on google calendar.
.mmsF1c:nth-child(10)::after, .mmsF1c:nth-child(19)::after {
border-bottom-color: black;
border-bottom-width: 2px;
}
// Good way to apply this CSS consistently is to use Stylebot Chrome extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment