Add title css

This commit is contained in:
DefectingCat
2022-03-26 10:39:22 +08:00
parent 5d89ed048d
commit dfc1905d03
3 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,7 @@
#article h1 {
font-weight: bold;
margin: 0 0 0.5em 0;
text-align: center;
@apply text-gray-800 dark:text-gray-200;
@apply text-5xl font-Barlow;
}