Skip to content

Commit aaa03f3

Browse files
author
mrmrs
committed
Update css source from main repo
1 parent 15b303d commit aaa03f3

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

src/css/_debug-children.css

+2
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
*/
1010

1111
.debug * { outline: 1px solid gold; }
12+
.debug-white * { outline: 1px solid white; }
13+
.debug-black * { outline: 1px solid black; }
1214

src/css/_heights.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
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
}

src/css/_normalize.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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).
@@ -161,7 +161,7 @@ h1 {
161161
*/
162162

163163
mark {
164-
background-color: transparent;
164+
background-color: #ffd700;
165165
color: #000;
166166
}
167167

src/css/_skins-pseudo.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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); }
@@ -19,7 +19,7 @@
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); }

src/css/_type-scale.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)