Skip to content
Snippets Groups Projects
main.css 25.9 KiB
Newer Older
  • Learn to ignore specific revisions
  • .soothe .state-background {
    	background: rgba( 50, 200, 90, 0.4 );
    }
    .blackout .state-background {
    	background: rgba( 0, 0, 0, 0.6 );
    
    /*********************************************
     * SPEAKER NOTES
     *********************************************/
    
    .reveal aside.notes {
    	display: none;
    }