11html {
22 --at-apply : font-sans;
33}
4+
45html .dark {
56 background : # 151515 ;
67 color-scheme : dark;
@@ -10,6 +11,7 @@ html.dark {
1011 counter-reset : step;
1112 counter-increment : step calc (var (--start , 1 ) - 1 );
1213}
14+
1315.shiki code .line ::before {
1416 content : counter (step);
1517 counter-increment : step;
@@ -27,15 +29,18 @@ html.dark {
2729 --at-apply : bg-base dark:text-white rounded border border-base shadow;
2830 box-shadow : 0 6px 30px # 0000001a ;
2931}
32+
3033.v-popper--theme-tooltip .v-popper__arrow-inner ,
3134.v-popper--theme-dropdown .v-popper__arrow-inner {
3235 visibility : visible;
3336 --at-apply : border-white dark:border-hex-121212;
3437}
38+
3539.v-popper--theme-tooltip .v-popper__arrow-outer ,
3640.v-popper--theme-dropdown .v-popper__arrow-outer {
3741 --at-apply : border-base;
3842}
43+
3944.v-popper--theme-tooltip .v-popper--shown ,
4045.v-popper--theme-tooltip .v-popper--shown * {
4146 transition : none !important ;
@@ -51,39 +56,54 @@ html.dark {
5156 position : relative;
5257}
5358.splitpanes__splitter : before {
54- --at-apply : absolute left-0 top-0 transition;
59+ position : absolute;
60+ left : 0 ;
61+ top : 0 ;
62+ transition : .2s ease;
5563 content : '' ;
56- transition : opacity 0.4s ;
64+ transition : opacity 0.4s ;
5765 z-index : 1 ;
5866}
5967.splitpanes__splitter : hover : before {
6068 background : # 8881 ;
6169 opacity : 1 ;
6270}
63- .splitpanes--vertical > .splitpanes__splitter {
71+ .splitpanes--vertical > .splitpanes__splitter {
6472 width : 0 !important ;
6573}
66- .splitpanes--horizontal > .splitpanes__splitter {
74+ .splitpanes--horizontal > .splitpanes__splitter {
6775 height : 0 !important ;
6876}
69- .splitpanes--vertical > .splitpanes__splitter : before {left : -5px ;right : -4px ;height : 100% ;}
70- .splitpanes--horizontal > .splitpanes__splitter : before {top : -5px ;bottom : -4px ;width : 100% ;}
77+ .splitpanes--vertical > .splitpanes__splitter : before {
78+ left : -5px ;
79+ right : -4px ;
80+ height : 100% ;
81+ }
82+ .splitpanes--horizontal > .splitpanes__splitter : before {
83+ top : -5px ;
84+ bottom : -4px ;
85+ width : 100% ;
86+ }
7187
7288/* JSON Editor */
7389textarea {
7490 background : # 8881
7591}
92+
7693.json-editor-vue {
7794 --jse-theme-color : # 8886 !important ;
7895 --jse-theme-color-highlight : # 8889 !important ;
7996 --jse-background-color : # 8881 !important ;
8097}
98+
8199.json-editor-vue .no-main-menu {
82100 border : none !important ;
83101}
102+
84103.json-editor-vue .jse-main {
85104 min-height : 1em !important ;
86105}
106+
87107.json-editor-vue .jse-contents {
88108 border-width : 0 !important ;
89109 border-radius : 5px !important ;
0 commit comments