You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve link visibility in plugin installation banner (#2)
Changed link color from #cf0e4e (dark red) to #ffb3d9 (light pink)
in the "Install the LiquidJava Plugin" banner section to improve
readability against the dark background. Updated 4 links:
- Visual Studio Code plugin
- Open VSX Registry
- Maven/Gradle setup instructions
- LiquidJava tutorial guide
Co-authored-by: Claude <noreply@anthropic.com>
<h3class="head text-white">Install the LiquidJava Plugin</h3>
152
-
<h5class="head text-white mt-3">Download the <ahref="https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java" style='color:white;'><spanstyle='color: #cf0e4e'>Visual Studio Code plugin</span></a></h5>
153
-
<pclass="my-3 head text-white">Also available in the <ahref="https://open-vsx.org/extension/AlcidesFonseca/liquid-java" style='color:white;'><spanstyle='color: #cf0e4e'>Open VSX Registry</span></a></p>
152
+
<h5class="head text-white mt-3">Download the <ahref="https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java" style='color:white;'><spanstyle='color: #ffb3d9'>Visual Studio Code plugin</span></a></h5>
153
+
<pclass="my-3 head text-white">Also available in the <ahref="https://open-vsx.org/extension/AlcidesFonseca/liquid-java" style='color:white;'><spanstyle='color: #ffb3d9'>Open VSX Registry</span></a></p>
154
154
<ppclass="my-3 head text-white">
155
155
<strong>Requirements:</strong>
156
156
<br/>Visual Studio Code <ahref='https://code.visualstudio.com/#alt-downloads'><spanclass="fa fa-external-link-square" style='color:#959595'></span></a></li>
<!-- <p class="my-3 head text-white"> <a href="./assets/extension/liquid-java-0.0.14.vsix" style='color:white;'>Download it here</a></p> -->
161
161
</div>
162
-
<pclass="my-3 text-white text-center">To use the LiquidJava annotations, include the LiquidJava API in your project. Maven and Gradle setup instructions are available <ahref="https://github.com/liquid-java/vscode-liquidjava" style='color:white;'><spanstyle='color: #cf0e4e'>here</span></a>.</p>
163
-
<pclass="my-3 text-white text-center">To learn how to use LiquidJava and its capabilities, you can follow the <ahref="https://github.com/liquid-java/liquidjava-tutorial" style='color:white;'><spanstyle='color: #cf0e4e'>LiquidJava tutorial guide</span></a>.</p>
162
+
<pclass="my-3 text-white text-center">To use the LiquidJava annotations, include the LiquidJava API in your project. Maven and Gradle setup instructions are available <ahref="https://github.com/liquid-java/vscode-liquidjava" style='color:white;'><spanstyle='color: #ffb3d9'>here</span></a>.</p>
163
+
<pclass="my-3 text-white text-center">To learn how to use LiquidJava and its capabilities, you can follow the <ahref="https://github.com/liquid-java/liquidjava-tutorial" style='color:white;'><spanstyle='color: #ffb3d9'>LiquidJava tutorial guide</span></a>.</p>
0 commit comments