Dotclear


Ignore:
Timestamp:
11/13/16 16:42:00 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add a user preference to change base font size (larger or smaller)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/partials/_common.scss

    r3365 r3408  
    11/* Typographie */ 
     2 
     3:root{ 
     4     // May be superseed by user pref (typically from 50% to 75%, default 62.5%) 
     5     --html-font-size: #{$html-font-size}; 
     6} 
    27 
    38// base // 
    49html { 
    5      font-size: $html-font-size; 
     10     font-size: $html-font-size;             // html font-size for IE and Edge 
     11     font-size: var(--html-font-size);  // html font-size for modern browsers 
    612} 
    713body { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map