File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 2222/* Header styling */
2323header {
2424 background-color : white;
25- box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.05 ); /* shadow-sm */
25+ box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.05 );
2626 position : sticky;
2727 top : 0 ;
2828 z-index : 50 ;
2929}
3030
31- /* Preserving your existing typography */
3231h1 {
33- font-size : 1.875rem ; /* text-3xl */
34- font-weight : 700 ; /* font-bold */
35- color : # 111827 ; /* text-gray-900 */
32+ font-size : 1.875rem ;
33+ font-weight : 700 ;
34+ color : # 111827 ;
3635}
3736
3837h2 {
39- font-size : 1.5rem ; /* text-2xl */
40- font-weight : 700 ; /* font-bold */
38+ font-size : 1.5rem ;
39+ font-weight : 700 ;
4140 color : # 111827 ;
4241}
4342
4847}
4948
5049p {
51- font-size : 0.875rem ; /* Tailwind's text-sm */
52- color : # 4b5563 ; /* Tailwind's gray-600 */
50+ font-size : 0.875rem ;
51+ color : # 4b5563 ;
5352}
You can’t perform that action at this time.
0 commit comments