@drwatson Copy the exact same code that @Fozi noted above and put it in the custom.css file.
Below is what I put in my custom.css file.
body {
margin: 5px;
position: absolute;
height: calc(100% - 10px);
width: calc(100% - 10px);
}
@drwatson Copy the exact same code that @Fozi noted above and put it in the custom.css file.
Below is what I put in my custom.css file.
body {
margin: 5px;
position: absolute;
height: calc(100% - 10px);
width: calc(100% - 10px);
}
@Sean Similar to the Transform method used to identify a keyword in a title and change the icon (birthday is the example) is there a way to do the same thing (identify a key word) and change the color and background-color for that specific item?
My example would be if the word “Softball” is found in the title of a calendar entry it would transform the icon to a softball icon (already have this figured out). I also want to change the background-color and possibly the (font) color.