@@ -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; }
0 commit comments