fix: styles
This commit is contained in:
parent
432862a253
commit
2c8c6344b2
@ -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;
|
||||
}
|
||||
|
@ -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)
|
||||
|
||||
|
||||
<Info>
|
||||
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`).
|
||||
</Info>
|
||||
|
||||
## Why?
|
||||
|
||||
PHP is an old language. It has been growing since 1995, adopting a
|
||||
|
Loading…
Reference in New Issue
Block a user