Skip to content

Commit 8fe726b

Browse files
author
mrmrs
committed
Regenerate css
1 parent ec5e9e0 commit 8fe726b

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

css/tachyons.css

+37-37
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ img { max-width: 100%; }
537537
Docs: http://tachyons.io/docs/typography/font-family/
538538
539539
*/
540-
.sans-serif { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }
540+
.sans-serif { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }
541541
.serif { font-family: georgia, times, serif; }
542542
.system-sans-serif { font-family: sans-serif; }
543543
.system-serif { font-family: serif; }
@@ -1096,42 +1096,42 @@ code, .code { font-family: Consolas, monaco, monospace; }
10961096
.hover-bg-white:focus { background-color: #fff; }
10971097
.hover-bg-transparent:hover { background-color: transparent; }
10981098
.hover-bg-transparent:focus { background-color: transparent; }
1099-
.hover-bg-black-90:hover { color: rgba( 0, 0, 0, .9 ); }
1100-
.hover-bg-black-90:focus { color: rgba( 0, 0, 0, .9 ); }
1101-
.hover-bg-black-80:hover { color: rgba( 0, 0, 0, .8 ); }
1102-
.hover-bg-black-80:focus { color: rgba( 0, 0, 0, .8 ); }
1103-
.hover-bg-black-70:hover { color: rgba( 0, 0, 0, .7 ); }
1104-
.hover-bg-black-70:focus { color: rgba( 0, 0, 0, .7 ); }
1105-
.hover-bg-black-60:hover { color: rgba( 0, 0, 0, .6 ); }
1106-
.hover-bg-black-60:focus { color: rgba( 0, 0, 0, .6 ); }
1107-
.hover-bg-black-50:hover { color: rgba( 0, 0, 0, .5 ); }
1108-
.hover-bg-black-50:focus { color: rgba( 0, 0, 0, .5 ); }
1109-
.hover-bg-black-40:hover { color: rgba( 0, 0, 0, .4 ); }
1110-
.hover-bg-black-40:focus { color: rgba( 0, 0, 0, .4 ); }
1111-
.hover-bg-black-30:hover { color: rgba( 0, 0, 0, .3 ); }
1112-
.hover-bg-black-30:focus { color: rgba( 0, 0, 0, .3 ); }
1113-
.hover-bg-black-20:hover { color: rgba( 0, 0, 0, .2 ); }
1114-
.hover-bg-black-20:focus { color: rgba( 0, 0, 0, .2 ); }
1115-
.hover-bg-black-10:hover { color: rgba( 0, 0, 0, .1 ); }
1116-
.hover-bg-black-10:focus { color: rgba( 0, 0, 0, .1 ); }
1117-
.hover-bg-white-90:hover { color: rgba( 255, 255, 255, .9 ); }
1118-
.hover-bg-white-90:focus { color: rgba( 255, 255, 255, .9 ); }
1119-
.hover-bg-white-80:hover { color: rgba( 255, 255, 255, .8 ); }
1120-
.hover-bg-white-80:focus { color: rgba( 255, 255, 255, .8 ); }
1121-
.hover-bg-white-70:hover { color: rgba( 255, 255, 255, .7 ); }
1122-
.hover-bg-white-70:focus { color: rgba( 255, 255, 255, .7 ); }
1123-
.hover-bg-white-60:hover { color: rgba( 255, 255, 255, .6 ); }
1124-
.hover-bg-white-60:focus { color: rgba( 255, 255, 255, .6 ); }
1125-
.hover-bg-white-50:hover { color: rgba( 255, 255, 255, .5 ); }
1126-
.hover-bg-white-50:focus { color: rgba( 255, 255, 255, .5 ); }
1127-
.hover-bg-white-40:hover { color: rgba( 255, 255, 255, .4 ); }
1128-
.hover-bg-white-40:focus { color: rgba( 255, 255, 255, .4 ); }
1129-
.hover-bg-white-30:hover { color: rgba( 255, 255, 255, .3 ); }
1130-
.hover-bg-white-30:focus { color: rgba( 255, 255, 255, .3 ); }
1131-
.hover-bg-white-20:hover { color: rgba( 255, 255, 255, .2 ); }
1132-
.hover-bg-white-20:focus { color: rgba( 255, 255, 255, .2 ); }
1133-
.hover-bg-white-10:hover { color: rgba( 255, 255, 255, .1 ); }
1134-
.hover-bg-white-10:focus { color: rgba( 255, 255, 255, .1 ); }
1099+
.hover-bg-black-90:hover { background-color: rgba( 0, 0, 0, .9 ); }
1100+
.hover-bg-black-90:focus { background-color: rgba( 0, 0, 0, .9 ); }
1101+
.hover-bg-black-80:hover { background-color: rgba( 0, 0, 0, .8 ); }
1102+
.hover-bg-black-80:focus { background-color: rgba( 0, 0, 0, .8 ); }
1103+
.hover-bg-black-70:hover { background-color: rgba( 0, 0, 0, .7 ); }
1104+
.hover-bg-black-70:focus { background-color: rgba( 0, 0, 0, .7 ); }
1105+
.hover-bg-black-60:hover { background-color: rgba( 0, 0, 0, .6 ); }
1106+
.hover-bg-black-60:focus { background-color: rgba( 0, 0, 0, .6 ); }
1107+
.hover-bg-black-50:hover { background-color: rgba( 0, 0, 0, .5 ); }
1108+
.hover-bg-black-50:focus { background-color: rgba( 0, 0, 0, .5 ); }
1109+
.hover-bg-black-40:hover { background-color: rgba( 0, 0, 0, .4 ); }
1110+
.hover-bg-black-40:focus { background-color: rgba( 0, 0, 0, .4 ); }
1111+
.hover-bg-black-30:hover { background-color: rgba( 0, 0, 0, .3 ); }
1112+
.hover-bg-black-30:focus { background-color: rgba( 0, 0, 0, .3 ); }
1113+
.hover-bg-black-20:hover { background-color: rgba( 0, 0, 0, .2 ); }
1114+
.hover-bg-black-20:focus { background-color: rgba( 0, 0, 0, .2 ); }
1115+
.hover-bg-black-10:hover { background-color: rgba( 0, 0, 0, .1 ); }
1116+
.hover-bg-black-10:focus { background-color: rgba( 0, 0, 0, .1 ); }
1117+
.hover-bg-white-90:hover { background-color: rgba( 255, 255, 255, .9 ); }
1118+
.hover-bg-white-90:focus { background-color: rgba( 255, 255, 255, .9 ); }
1119+
.hover-bg-white-80:hover { background-color: rgba( 255, 255, 255, .8 ); }
1120+
.hover-bg-white-80:focus { background-color: rgba( 255, 255, 255, .8 ); }
1121+
.hover-bg-white-70:hover { background-color: rgba( 255, 255, 255, .7 ); }
1122+
.hover-bg-white-70:focus { background-color: rgba( 255, 255, 255, .7 ); }
1123+
.hover-bg-white-60:hover { background-color: rgba( 255, 255, 255, .6 ); }
1124+
.hover-bg-white-60:focus { background-color: rgba( 255, 255, 255, .6 ); }
1125+
.hover-bg-white-50:hover { background-color: rgba( 255, 255, 255, .5 ); }
1126+
.hover-bg-white-50:focus { background-color: rgba( 255, 255, 255, .5 ); }
1127+
.hover-bg-white-40:hover { background-color: rgba( 255, 255, 255, .4 ); }
1128+
.hover-bg-white-40:focus { background-color: rgba( 255, 255, 255, .4 ); }
1129+
.hover-bg-white-30:hover { background-color: rgba( 255, 255, 255, .3 ); }
1130+
.hover-bg-white-30:focus { background-color: rgba( 255, 255, 255, .3 ); }
1131+
.hover-bg-white-20:hover { background-color: rgba( 255, 255, 255, .2 ); }
1132+
.hover-bg-white-20:focus { background-color: rgba( 255, 255, 255, .2 ); }
1133+
.hover-bg-white-10:hover { background-color: rgba( 255, 255, 255, .1 ); }
1134+
.hover-bg-white-10:focus { background-color: rgba( 255, 255, 255, .1 ); }
11351135
.hover-dark-red:hover { color: #e7040f; }
11361136
.hover-dark-red:focus { color: #e7040f; }
11371137
.hover-red:hover { color: #ff4136; }

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)