Skip to content

Instantly share code, notes, and snippets.

@ciceronianus
Last active June 4, 2020 12:49
Show Gist options
  • Save ciceronianus/bb934f128f5c1385d6d33840653475df to your computer and use it in GitHub Desktop.
Save ciceronianus/bb934f128f5c1385d6d33840653475df to your computer and use it in GitHub Desktop.
Roam - {{POMO}} with different styles for active and break, by @CatoMinor3
.rm-pomodoro {
background: #ff6956 !important;
color: #fff !important;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
line-height: 1em;
font-weight: 600;
border-radius: 5px;
border: 1px solid #ed5845;
}
.rm-pomodoro[data-pom-minutes="25"],
.rm-pomodoro[data-pom-minutes="26"],
.rm-pomodoro[data-pom-minutes="27"],
.rm-pomodoro[data-pom-minutes="28"],
.rm-pomodoro[data-pom-minutes="29"]
{
background: #b8f3b9 !important;
color: #06350d !important;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
line-height: 1em;
font-weight: 600;
border-radius: 5px;
border: 1px solid #328c27;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment