Last active
June 4, 2020 12:49
-
-
Save ciceronianus/bb934f128f5c1385d6d33840653475df to your computer and use it in GitHub Desktop.
Roam - {{POMO}} with different styles for active and break, by @CatoMinor3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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