mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-30 03:53:17 -04:00
💄 Fix lead text color missing
This commit is contained in:
@@ -2039,6 +2039,10 @@ body a, body button {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.-mt-2 {
|
||||
margin-top: -0.5rem;
|
||||
}
|
||||
|
||||
.ml-2 {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
@@ -2366,16 +2370,16 @@ body a, body button {
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.text-sm {
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
.text-xs {
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.text-sm {
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
.text-\[0\.6rem\] {
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<p class="!mb-9 text-xl">
|
||||
<p class="!mb-9 text-xl text-neutral-400 dark:text-neutral-500">
|
||||
{{ .Inner }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user