Skip to content

Commit 83a2eaf

Browse files
author
mrmrs
committed
Updates css
1 parent 2b75ef3 commit 83a2eaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css/tachyons.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
11701170
it is focused or hovered over.
11711171
11721172
*/
1173-
.focus-black:hover { color: #000; }
1173+
.hover-black:hover { color: #000; }
11741174
.hover-black:focus { color: #000; }
11751175
.hover-near-black:hover { color: #111; }
11761176
.hover-near-black:focus { color: #111; }
@@ -1199,7 +1199,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
11991199
.hover-bg-dark-gray:hover { background-color: #333; }
12001200
.hover-bg-dark-gray:focus { background-color: #333; }
12011201
.hover-bg-dark-gray:focus { background-color: #555; }
1202-
.focus-bg-mid-gray:hover { background-color: #555; }
1202+
.hover-bg-mid-gray:hover { background-color: #555; }
12031203
.hover-bg-gray:hover { background-color: #777; }
12041204
.hover-bg-gray:focus { background-color: #777; }
12051205
.hover-bg-silver:hover { background-color: #999; }
@@ -2045,7 +2045,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
20452045
.w-90-ns { width: 90%; }
20462046
.w-100-ns { width: 100%; }
20472047
.w-third-ns { width: calc( 100% / 3 ); }
2048-
.w-two-third-ns { width: calc( 100% / 1.5 ); }
2048+
.w-two-thirds-ns { width: calc( 100% / 1.5 ); }
20492049
.w-auto-ns { width: auto; }
20502050
.overflow-visible-ns { overflow: visible; }
20512051
.overflow-hidden-ns { overflow: hidden; }

css/tachyons.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)