Change calendar background

Hi there! I am currently using the following code to change the background of my pages

/Tables, Charts/
.kn-table th { background-color: #2b2b2b ; font-weight: 600; }
.kn-table th, .kn-table td { border: 0; border-bottom: 1px solid #F5F5F5; }
.kn-table-wrapper { background-color: #FFFFFF ; }
.kn-table-container {border-color: #FFFFFF; border-radius:10px;}
.kn-table-wrapper { border: 1px solid white; padding:5px; border-radius:10px;
box-shadow: 2px 5px 7px rgba(163,163,163,0.33); }
.highcharts-container {border-radius:10px;}

/*background color on pages*/
.kn-scene {
    background:    #eaeaea !important;
    border:        10px solid #eaeaea !important;
    border-radius: 7px !important;
}

however, I would like my actual calendar to have a white background itself. Does anyone know how to accomplish this?