File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 }
3030
3131 & : empty ::after {
32- content : 'empty' ;
33- font-style : italic;
32+ content : '-- empty --' ;
3433 opacity : .7 ;
3534 }
3635
Original file line number Diff line number Diff line change 138138 /* TODO move to render_cell_value() */
139139 & [data-null ]::before {
140140 content : 'NULL' ;
141- font-style : italic ;
141+ font-weight : 500 ;
142142 }
143143 & [data-unset ]::before {
144144 content : '\2022\2022\2022' ;
Original file line number Diff line number Diff line change 2121 src : url ('./_vendor/opensans.woff2' ) format ('woff2' );
2222}
2323
24+ /*
2425@font-face {
2526 font-family: 'Open Sans';
2627 font-style: italic;
2728 font-weight: 300 800;
2829 font-stretch: 75% 100%;
29- /* enable serif on capital 'i' */
3030 font-feature-settings: 'ss03';
3131 src: url('./_vendor/opensans-italic.woff2') format('woff2');
3232}
33+ */
3334
3435@font-face {
3536 font-family : 'Roboto Mono' ;
You can’t perform that action at this time.
0 commit comments