main
1 branches
0 tags
git clone https://git.sheff.online/git/tele-hugo-theme
tele.css
CSS
487 B
 1@tailwind base;
 2@tailwind components;
 3@tailwind utilities;
 4
 5@layer base {
 6    /* h1 {
 7        @apply text-5xl mb-3 font-bold;
 8      }
 9      h2 {
10        @apply text-4xl mb-3 font-bold;
11      } */
12      h3 {
13        @apply my-2 font-bold;
14      }
15      /* h4 {
16          @apply text-2xl mb-3 font-bold;
17      }
18      h5 {
19          @apply text-xl mb-3 font-bold;
20      }
21      h6 {
22          @apply text-lg mb-3 font-bold;
23      } */
24      
25      p {
26          @apply py-2;
27      }
28    
29}