@@ -119,6 +119,10 @@ body {
119119 --p-spacing : 1.75rem ;
120120 --border-width : 1px ;
121121 --table-border-width : var (--border-width );
122+ --table-selection : var (--text-selection );
123+ --table-selection-border-color : var (--text-selection );
124+ --table-selection-border-width : 1px ;
125+ --table-selection-border-radius : 0px ;
122126 /* Readable line length off */
123127 --file-margins : var (--size-4-2 ) var (--size-4-12 ); }
124128
@@ -1530,11 +1534,9 @@ body {
15301534 color : var (--text-faint );
15311535 font-weight : 400 ; }
15321536
1533- .table-cell-wrapper {
1534- display : inline-block; }
1535- .table-cell-wrapper .cm-active {
1536- font-size : var (--table-text-size );
1537- line-height : var (--table-line-height ); }
1537+ .table-cell-wrapper .cm-line {
1538+ font-size : var (--table-text-size );
1539+ line-height : var (--table-line-height ); }
15381540
15391541/* Tags */
15401542body .minimal-unstyled-tags {
@@ -2868,20 +2870,31 @@ body.minimal-focus-mode.show-view-header .view-content {
28682870 --table-numbers-padding-right : 0.5em ; }
28692871 .table-numbers table : not (.calendar ) {
28702872 counter-reset : section; }
2871- .table-numbers table : not (.calendar ) > thead > tr > th : first-child ::before {
2872- content : " " ;
2873- padding-right : var (--table-numbers-padding-right );
2874- display : inline-block;
2875- min-width : 2em ; }
2876- .table-numbers table : not (.calendar ): not (.table-editor ) > tbody > tr > td : first-child ::before , .table-numbers table : not (.calendar ).table-editor > tbody > tr > td : first-child .table-cell-wrapper ::before {
2877- counter-increment : section;
2878- content : counter (section) " " ;
2879- text-align : center;
2880- padding-right : var (--table-numbers-padding-right );
2881- display : inline-block;
2882- min-width : 2em ;
2883- color : var (--text-faint );
2884- font-variant-numeric : tabular-nums; }
2873+ .table-numbers table : not (.calendar ) > thead > tr > th : first-child {
2874+ white-space : nowrap; }
2875+ .table-numbers table : not (.calendar ) > thead > tr > th : first-child ::before {
2876+ content : " " ;
2877+ padding-right : var (--table-numbers-padding-right );
2878+ display : inline-block;
2879+ min-width : 2em ; }
2880+ .table-numbers table : not (.calendar ) > thead > tr > th : first-child .table-cell-wrapper ,
2881+ .table-numbers table : not (.calendar ) > thead > tr > th : first-child .markdown-source-view .mod-cm6 {
2882+ display : inline-block;
2883+ min-width : 10px ; }
2884+ .table-numbers table : not (.calendar ): not (.table-editor ) > tbody > tr > td : first-child , .table-numbers table : not (.calendar ).table-editor > tbody > tr > td : first-child .table-cell-wrapper {
2885+ white-space : nowrap; }
2886+ .table-numbers table : not (.calendar ): not (.table-editor ) > tbody > tr > td : first-child ::before , .table-numbers table : not (.calendar ).table-editor > tbody > tr > td : first-child .table-cell-wrapper ::before {
2887+ counter-increment : section;
2888+ content : counter (section) " " ;
2889+ text-align : center;
2890+ padding-right : var (--table-numbers-padding-right );
2891+ display : inline-block;
2892+ min-width : 2em ;
2893+ color : var (--text-faint );
2894+ font-variant-numeric : tabular-nums; }
2895+ .table-numbers table : not (.calendar ): not (.table-editor ) > tbody > tr > td : first-child .markdown-source-view .mod-cm6 , .table-numbers table : not (.calendar ).table-editor > tbody > tr > td : first-child .table-cell-wrapper .markdown-source-view .mod-cm6 {
2896+ display : inline-block;
2897+ min-width : 10px ; }
28852898 .table-numbers .table-editor {
28862899 --table-numbers-padding-right : 0 ; }
28872900
@@ -6301,7 +6314,7 @@ https://github.com/rose-pine/rose-pine-theme
63016314 --tx1 : # 575279 ;
63026315 --tx2 : # 797593 ;
63036316 --tx3 : # 9893a5 ;
6304- --hl1 : # EAE3E1 ; }
6317+ --hl1 : rgba ( 191 , 180 , 181 , 0.35 ) ; }
63056318
63066319.theme-light .minimal-rose-pine-light .minimal-light-contrast .titlebar ,
63076320.theme-light .minimal-rose-pine-light .minimal-light-contrast .minimal-status-off .status-bar ,
@@ -6324,7 +6337,7 @@ https://github.com/rose-pine/rose-pine-theme
63246337 --tx1 : # e0def4 ;
63256338 --tx2 : # 908caa ;
63266339 --tx3 : # 6e6a86 ;
6327- --hl1 : # 403d52 ; }
6340+ --hl1 : rgba ( 126 , 121 , 155 , 0.35 ) ; }
63286341
63296342.theme-dark .minimal-rose-pine-dark .minimal-dark-black {
63306343 --ui1 : # 21202e ; }
0 commit comments