mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 02:39:04 +08:00
### What problem does this PR solve? Feat: Set the style of the header tag #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
86892959a0
commit
07b3e55903
@ -151,4 +151,20 @@
|
||||
'rlig' 1,
|
||||
'calt' 1;
|
||||
}
|
||||
|
||||
/* https://tailwindcss.com/docs/preflight */
|
||||
|
||||
h1 {
|
||||
@apply text-2xl font-bold;
|
||||
}
|
||||
h2 {
|
||||
@apply text-xl font-semibold;
|
||||
}
|
||||
h3 {
|
||||
@apply text-lg font-medium;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@apply text-base font-normal;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user