diff --git a/.npmrc b/.npmrc
index d5831dd5..b6f27f13 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,2 +1 @@
engine-strict=true
-legacy-peer-deps=true
diff --git a/.nvmrc b/.nvmrc
index e2228113..85e50277 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-22.19.0
+22.22.0
diff --git a/README.md b/README.md
index 8590849d..6a4361cf 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
# Curity UI Kit
+[](https://curity.io/resources/code-examples/status/) [](https://curity.io/resources/code-examples/status/)
+
**Customize the look and feel of your applications**
-
+
+
+
+
This monorepo contains:
@@ -65,7 +66,6 @@ Then you can access the projects at:
- Curity Identity Server Templates: [http://localhost:3000](http://localhost:3000)
- Self Service Portal: [http://localhost:5173/previewer](http://localhost:5173/previewer)
-- Curity CSS Docs: [http://localhost:4321/](http://localhost:4321/)
To start projects individually, run:
diff --git a/index.html b/index.html
index 521a8c4a..0edd0bb4 100644
--- a/index.html
+++ b/index.html
@@ -60,24 +60,15 @@
padding-inline: 0.5rem;
justify-content: space-between;
- a {
+ > div:first-child {
text-decoration: none;
color: white;
display: inline-flex;
align-items: center;
gap: 0.5rem;
-
- svg {
- width: 18px;
- height: 18px;
- }
-
- &:hover {
- text-decoration: underline;
- }
}
- div:first-child a {
+ > div:first-child {
color: var(--color-yellow);
display: inline-flex;
gap: 1rem;
@@ -87,6 +78,24 @@
> div:last-child {
display: flex;
gap: 1rem;
+ align-items: center;
+ }
+
+ a {
+ display: flex;
+ gap: 0.5rem;
+ align-items: center;
+ color: white;
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: underline;
+ }
+ }
+
+ svg {
+ width: 18px;
+ height: 18px;
}
span {
@@ -400,13 +409,11 @@