File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 101101
102102{% block queries %}
103103 <style >
104+ :root {
105+ --query-time-bar-color : var (--gray-200 );
106+ }
107+ .theme-dark {
108+ --query-time-bar-color : var (--gray-700 );
109+ }
104110 .time-container { position : relative ; }
105- .time-container .nowrap { position : relative ; z-index : 1 ; text-shadow : 0 0 2px #fff ; }
106- .time-bar { display : block ; position : absolute ; top : 0 ; left : 0 ; bottom : 0 ; background : #e0e0e0 ; }
111+ .time-container .nowrap { position : relative ; z-index : 1 ; text-shadow : 0 0 2px var ( --page-background ) ; }
112+ .time-bar { display : block ; position : absolute ; top : 0 ; left : 0 ; bottom : 0 ; background : var ( --query-time-bar-color ) ; }
107113 .sql-runnable.sf-toggle-content.sf-toggle-visible { display : flex ; flex-direction : column ; }
108114 .sql-runnable button { align-self : end ; }
109115 {% if profiler_markup_version >= 3 %}
You can’t perform that action at this time.
0 commit comments