Cap-go / website

Capgo landing website + documentation
https://capgo.app
GNU Affero General Public License v3.0
11 stars 18 forks source link

fix astro-code classes by Astro #134

Closed rishi-raj-jain closed 1 year ago

rishi-raj-jain commented 1 year ago

fix https://capgo.app/blog/automatic-capacitor-android-build-github-action/ not displaying code css properly

netlify[bot] commented 1 year ago

Deploy Preview for capgo ready!

Name Link
Latest commit 2ecbbfcbf45783c2d534919157cd6665d82366fb
Latest deploy log https://app.netlify.com/sites/capgo/deploys/650bc18089c79100083d397c
Deploy Preview https://deploy-preview-134--capgo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 95 (🔴 down 1 from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 93 (no change from production)
PWA: 100 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

rishi-raj-jain commented 1 year ago

Basically now astro adds their own css to the pre code blocks and that's why this was caused.

Code in Astro that does it: https://github.com/withastro/astro/blob/main/packages/astro/components/shiki-themes.js#L8

Where on the website it reflects

Screenshot 2023-09-21 at 9 39 59 AM