The default Web Source CSS code default (version 8.0.1.4) is:
body { background-color: rgba(255, 255, 255, 1); margin: 0px auto; overflow: hidden; }
If possible, I would like to modify the default code to:
body { background-color: rgba(0,0,0,0); margin: 0px auto; overflow: hidden; }
to create a transparent background. I know I can modify it during its selection; however, I would like to change the underlining code to my desired default. Is there a file which I can modify to produce this change?