weeee
This commit is contained in:
parent
e3cb07dea8
commit
030aa87fc5
25 changed files with 399 additions and 140 deletions
|
@ -16,7 +16,7 @@ const { level, icon, heading, xstyle } = Astro.props;
|
|||
---
|
||||
|
||||
<div
|
||||
class={clsx(`sm:block md:hidden text-black ${xstyle}`, {
|
||||
class={clsx(`text-black ${xstyle}`, {
|
||||
"bg-light-ye dark:bg-dark-ye": level === 0,
|
||||
"bg-light-or dark:bg-dark-or": level === 1,
|
||||
"bg-light-re dark:bg-dark-re": level === 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue