Merge pull request #163 from TobiasBerg/main
Fix Hard to Read PikaPods Text in Light Mode
This commit is contained in:
commit
89b686ba78
|
|
@ -696,7 +696,7 @@
|
|||
</div>
|
||||
<p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p>
|
||||
<div class="pikapods-deploy" style="margin-top: 1.5rem;">
|
||||
<p style="margin-bottom: 0.75rem; color: rgba(255,255,255,0.8); font-size: 0.95rem;">☁️ Or deploy your own instance in one click:</p>
|
||||
<p style="margin-bottom: 0.75rem; font-size: 0.95rem;">☁️ Or deploy your own instance in one click:</p>
|
||||
<a href="https://www.pikapods.com/pods?run=notediscovery" target="_blank" rel="noopener">
|
||||
<img src="https://www.pikapods.com/static/run-button.svg" alt="Run on PikaPods" style="height: 40px; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'">
|
||||
</a>
|
||||
|
|
@ -1022,7 +1022,7 @@
|
|||
</div>
|
||||
<p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p>
|
||||
<div class="pikapods-deploy" style="margin-top: 1.5rem;">
|
||||
<p style="margin-bottom: 0.75rem; color: rgba(255,255,255,0.8); font-size: 0.95rem;">☁️ Don't want to self-host? Deploy on PikaPods:</p>
|
||||
<p style="margin-bottom: 0.75rem; font-size: 0.95rem;">☁️ Don't want to self-host? Deploy on PikaPods:</p>
|
||||
<a href="https://www.pikapods.com/pods?run=notediscovery" target="_blank" rel="noopener">
|
||||
<img src="https://www.pikapods.com/static/run-button.svg" alt="Run on PikaPods" style="height: 40px; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'">
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue