File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,14 @@ html[data-theme="dark"] {
37
37
--pst-color-table-row-hover-bg : var (--pst-color-secondary ); /*#30353e;*/
38
38
}
39
39
40
+ html [data-theme = "dark" ] # logo_center_light {
41
+ display : none;
42
+ }
43
+
44
+ html [data-theme = "light" ] # logo_center_drk {
45
+ display : none;
46
+ }
47
+
40
48
.search-button-field {
41
49
color : var (--pst-color-primary );
42
50
}
@@ -186,3 +194,8 @@ html[data-theme="dark"] #score-title {
186
194
0% { opacity : 0 ; }
187
195
100% { opacity : 1 ; }
188
196
}
197
+
198
+ # logo_center_drk {
199
+ background-color : transparent;
200
+ }
201
+
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ SCORE (Eclipse Safe Open Vehicle Core)
34
34
<div id =" fullScreenDiv" >
35
35
<div id =" score-title" >
36
36
37
- <img class =" logo_center" src =" _static/S-CORE_Logo_RGB.svg" width =" 600px" />
37
+ <img id =" logo_center_light" class =" logo" src =" _static/S-CORE_Logo_RGB.svg" width =" 600px" />
38
+ <img id =" logo_center_drk" class =" logo" src =" _static/S-CORE_Logo_white.svg" width =" 600px" />
38
39
<span id =" score-phrase" >BUILD THE BEST AUTOMOTIVE RUNTIME SOLUTION ONLY ONCE</span >
39
40
</div >
40
41
</div >
You can’t perform that action at this time.
0 commit comments