Skip to content
Snippets Groups Projects
main.css 26.1 KiB
Newer Older
  • Learn to ignore specific revisions
  • .theme-beige .reveal h5,
    .theme-beige .reveal h6 {
    	color: #333;
    	text-shadow: none;
    }
    
    .theme-beige .reveal a,
    .theme-beige .reveal a:hover,
    .theme-beige .reveal .controls a.enabled {
    	color: #8b743d;
    }
    
    .theme-beige .reveal .progress span,
    .theme-beige .reveal .roll span:after {
    	background: #8b743d;
    }
    
    .theme-beige .reveal a.image:hover img {
    	border-color: #8b743d;
    }