Skip to content
Snippets Groups Projects
Select Git revision
  • 49807e85e47f24b7805bd8823e46081439823393
  • main default protected
  • jw_sonar
  • v6.0.0 protected
  • interactive-mode-preference
  • bedran_exercise-list
  • add_route_user
  • Jw_sonar_backup
  • exercise_list_filter
  • assignment_filter
  • add_route_assignments
  • move-to-esm-only
  • 6.0.0-dev
  • Pre-alpha
  • 5.0.0
  • Latest
  • 4.2.0
  • 4.1.1
  • 4.1.0
  • 4.0.1
  • 4.0.0
  • 3.5.0
  • 3.4.2
  • 3.4.1
  • 3.3.0
  • 3.2.3
  • 3.2.2
  • 3.2.0
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 3.0.1
32 results

CommanderApp.ts

Blame
  • black.scss 1.15 KiB
    /**
     * Black theme for reveal.js. This is the opposite of the 'white' theme.
     *
     * By Hakim El Hattab, http://hakim.se
     */
    
    
    // Default mixins and settings -----------------
    @import "../template/mixins";
    @import "../template/settings";
    // ---------------------------------------------
    
    
    // Include theme-specific fonts
    @import url(./fonts/source-sans-pro/source-sans-pro.css);
    
    
    // Override theme settings (see ../template/settings.scss)
    $backgroundColor: #191919;
    
    $mainColor: #fff;
    $headingColor: #fff;
    
    $mainFontSize: 42px;
    $mainFont: 'Source Sans Pro', Helvetica, sans-serif;
    $headingFont: 'Source Sans Pro', Helvetica, sans-serif;
    $headingTextShadow: none;
    $headingLetterSpacing: normal;
    $headingTextTransform: uppercase;
    $headingFontWeight: 600;
    $linkColor: #42affa;
    $linkColorHover: lighten( $linkColor, 15% );
    $selectionBackgroundColor: lighten( $linkColor, 25% );
    
    $heading1Size: 2.5em;
    $heading2Size: 1.6em;
    $heading3Size: 1.3em;
    $heading4Size: 1.0em;
    
    // Change text colors against light slide backgrounds
    @include light-bg-text-color(#222);
    
    
    // Theme template ------------------------------
    @import "../template/theme";
    // ---------------------------------------------