Skip to content

Commit

Permalink
fix bg color component alert + add new head on markdown overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Nycolaide committed Feb 4, 2025
1 parent e9626af commit d24c3a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/00-base/overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
---
title: Introduction
description: Mytril is a Svelte library component for rapidly building modern websites based on Svelte and Sveltekit
title: What is Mytril ?
section: Introduction
head:
title: Introduction
description: Mytril is a Svelte library component for rapidly building modern websites based on Svelte and Sveltekit
related:
- /colors/material
- /colors/tailwind
- /mytril/docs
features:
label: 'introduction'
legacy: 0.4.8
github: 00-base/overview.md
bug: introduction
feature: add on introduction
---

<script>
Expand Down
1 change: 1 addition & 0 deletions src/styles/alert.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
padding: 1rem;
overflow: hidden;
color: var(--c);
background-color: var(--bg);
border-radius: var(--myt-alert-br);
}

Expand Down

0 comments on commit d24c3a2

Please sign in to comment.