We have include a Custom CSS File in the css
Folder so that you can better handle your Customizations while updating Canvas to the Latest Version. Simply add all your Custom CSS Codes in the css/custom.css
File.
<head>
...
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Here goes your custom.css
============================================= -->
<link rel="stylesheet" href="css/custom.css" type="text/css" />
</head>
Last Modified: June 4, 2020