diff --git a/public/css/xcode-colors.css b/public/css/xcode-colors.css index f2a67a1..5cf07ea 100644 --- a/public/css/xcode-colors.css +++ b/public/css/xcode-colors.css @@ -101,6 +101,7 @@ pre[class*="language-"] ::selection { :not(pre) > code { background-color: var(--code-theme-bg-color); + color: var(--code-theme-color); padding: 0 0.25rem; border-radius: 5px; } diff --git a/src/pages/en/latest/learn/index.mdx b/src/pages/en/latest/learn/index.mdx index 402ba5c..e1b849d 100644 --- a/src/pages/en/latest/learn/index.mdx +++ b/src/pages/en/latest/learn/index.mdx @@ -6,6 +6,7 @@ order: 1 import InteractiveCode from "@/components/InteractiveCode.astro"; import Code from "@/components/Code.astro"; +import Info from "@/components/docs/Info.astro" # Welcome @@ -18,6 +19,13 @@ THP is a new programming language that compiles to PHP. This page details the main design desitions of the language, if you want to install THP go to the [installation guide](install) + + +This set of pages contain ideas, designs and features that are not implemented, +and may not be implemented. To see the status of the actual implementation, +see an actual version (e.g `v0.0.1`). + + ## Why? PHP is an old language. It has been growing since 1995, adopting a