File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 99*/
1010
1111.debug * { outline : 1px solid gold; }
12+ .debug-white * { outline : 1px solid white; }
13+ .debug-black * { outline : 1px solid black; }
1214
Original file line number Diff line number Diff line change 118118 .vh-50-l { height : 50vh ; }
119119 .vh-75-l { height : 75vh ; }
120120 .vh-100-l { height : 100vh ; }
121- .min-vh-100-m { min-height : 100vh ; }
121+ .min-vh-100-l { min-height : 100vh ; }
122122 .h-auto-l { height : auto; }
123123 .h-inherit-l { height : inherit; }
124124}
Original file line number Diff line number Diff line change 1- /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
1+ /* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
22
33/**
44 * 1. Change the default font family in all browsers (opinionated).
161161 */
162162
163163mark {
164- background-color : transparent ;
164+ background-color : # ffd700 ;
165165 color : # 000 ;
166166}
167167
Original file line number Diff line number Diff line change 77
88 */
99
10- .hover-black : hover ,
10+ .hover-black : hover ,
1111.hover-black : focus { color : var (--black ); }
12- .hover-near-black : hover ,
12+ .hover-near-black : hover ,
1313.hover-near-black : focus { color : var (--near-black ); }
1414.hover-dark-gray : hover ,
1515.hover-dark-gray : focus { color : var (--dark-gray ); }
1919.hover-gray : focus { color : var (--gray ); }
2020.hover-silver : hover ,
2121.hover-silver : focus { color : var (--silver ); }
22- .hover-light-silver : hover ,
22+ .hover-light-silver : hover ,
2323.hover-light-silver : focus { color : var (--light-silver ); }
2424.hover-moon-gray : hover ,
2525.hover-moon-gray : focus { color : var (--moon-gray ); }
Original file line number Diff line number Diff line change 11/*
22
33 TYPE SCALE
4- Docs: http://tachyons.io/docs/typography/type- scale/
4+ Docs: http://tachyons.io/docs/typography/scale/
55
66 Base:
77 f = font-size
You can’t perform that action at this time.
0 commit comments