We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beae23 commit 2462067Copy full SHA for 2462067
docs/home/assets/dark-mode.css
@@ -14,3 +14,7 @@ body * [style*="background-image"] {
14
filter: hue-rotate(180deg) contrast(100%) invert(100%);
15
-webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
16
}
17
+
18
+.jetbrains-logo {
19
+ content: url("/styles/img/jetbrains-logo-dark.svg");
20
+}
docs/home/assets/home.css
@@ -611,3 +611,7 @@ div[sponsor]:hover {
611
.btn-theme:active {
612
box-shadow: none !important;
613
614
615
616
+ content: url("/styles/img/jetbrains-logo-light.svg");
617
docs/home/index.html
@@ -303,11 +303,7 @@ <h2>Sponsors</h2>
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
<div class="icon-box d-flex align-items-center" data-aos="zoom-in" data-aos-delay="100">
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>
+ <img class="jetbrains-logo" src="/styles/img/jetbrains-logo-light.svg" alt="JetBrains Logo" style="width:150px">
311
</div>
312
313
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments