File tree 5 files changed +9
-7
lines changed
5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
.debug * { outline : 1px solid gold; }
12
+ .debug-white * { outline : 1px solid white; }
13
+ .debug-black * { outline : 1px solid black; }
12
14
Original file line number Diff line number Diff line change 118
118
.vh-50-l { height : 50vh ; }
119
119
.vh-75-l { height : 75vh ; }
120
120
.vh-100-l { height : 100vh ; }
121
- .min-vh-100-m { min-height : 100vh ; }
121
+ .min-vh-100-l { min-height : 100vh ; }
122
122
.h-auto-l { height : auto; }
123
123
.h-inherit-l { height : inherit; }
124
124
}
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 */
2
2
3
3
/**
4
4
* 1. Change the default font family in all browsers (opinionated).
161
161
*/
162
162
163
163
mark {
164
- background-color : transparent ;
164
+ background-color : # ffd700 ;
165
165
color : # 000 ;
166
166
}
167
167
Original file line number Diff line number Diff line change 7
7
8
8
*/
9
9
10
- .hover-black : hover ,
10
+ .hover-black : hover ,
11
11
.hover-black : focus { color : var (--black ); }
12
- .hover-near-black : hover ,
12
+ .hover-near-black : hover ,
13
13
.hover-near-black : focus { color : var (--near-black ); }
14
14
.hover-dark-gray : hover ,
15
15
.hover-dark-gray : focus { color : var (--dark-gray ); }
19
19
.hover-gray : focus { color : var (--gray ); }
20
20
.hover-silver : hover ,
21
21
.hover-silver : focus { color : var (--silver ); }
22
- .hover-light-silver : hover ,
22
+ .hover-light-silver : hover ,
23
23
.hover-light-silver : focus { color : var (--light-silver ); }
24
24
.hover-moon-gray : hover ,
25
25
.hover-moon-gray : focus { color : var (--moon-gray ); }
Original file line number Diff line number Diff line change 1
1
/*
2
2
3
3
TYPE SCALE
4
- Docs: http://tachyons.io/docs/typography/type- scale/
4
+ Docs: http://tachyons.io/docs/typography/scale/
5
5
6
6
Base:
7
7
f = font-size
You can’t perform that action at this time.
0 commit comments