7 lines
120 B
CSS
7 lines
120 B
CSS
|
/**
|
||
|
These styles are applied to the entire page, so the selectors need to be specific
|
||
|
*/
|
||
|
.cal-embed {
|
||
|
border: 0px;
|
||
|
}
|