File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ body * [style*="background-image"] {
14
14
filter : hue-rotate (180deg ) contrast (100% ) invert (100% );
15
15
-webkit-filter : hue-rotate (180deg ) contrast (100% ) invert (100% );
16
16
}
17
+
18
+ .jetbrains-logo {
19
+ content : url ("/styles/img/jetbrains-logo-dark.svg" );
20
+ }
Original file line number Diff line number Diff line change @@ -611,3 +611,7 @@ div[sponsor]:hover {
611
611
.btn-theme : active {
612
612
box-shadow : none !important ;
613
613
}
614
+
615
+ .jetbrains-logo {
616
+ content : url ("/styles/img/jetbrains-logo-light.svg" );
617
+ }
Original file line number Diff line number Diff line change @@ -303,11 +303,7 @@ <h2>Sponsors</h2>
303
303
< div sponsor class ="col-md-4 col-lg-3 d-flex align-items-stretch justify-content-center aos-init aos-animate " id ="jetbrains ">
304
304
< div class ="icon-box d-flex align-items-center " data-aos ="zoom-in " data-aos-delay ="100 ">
305
305
< div class ="icon ">
306
- < picture >
307
- < source media ="(prefers-color-scheme: dark) " srcset ="/styles/img/jetbrains-logo-dark.svg ">
308
- < source media ="(prefers-color-scheme: light) " srcset ="/styles/img/jetbrains-logo-light.svg ">
309
- < img align ="middle " alt ="JetBrains logo " style ="width:150px " src ="/styles/img/jetbrains-logo-light.svg ">
310
- </ picture >
306
+ < img class ="jetbrains-logo " src ="/styles/img/jetbrains-logo-light.svg " alt ="JetBrains Logo " style ="width:150px ">
311
307
</ div >
312
308
</ div >
313
309
</ div >
You can’t perform that action at this time.
0 commit comments