mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
fix black bg
This commit is contained in:
parent
4e82622828
commit
b574eb6ee8
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
};
|
||||
</script>
|
||||
|
||||
<header class="text-primary border border-gray p-4">GETTING STARTED WITH TEA</header>
|
||||
<section class="grid grid-cols-3">
|
||||
<header class="text-primary bg-black border border-gray p-4">GETTING STARTED WITH TEA</header>
|
||||
<section class="grid bg-black grid-cols-3">
|
||||
<div class="border border-gray p-4">
|
||||
<ArticleCard
|
||||
content={{
|
||||
|
|
Loading…
Reference in a new issue