1- @tailwind base;
2- @tailwind components;
3- @tailwind utilities;
1+ @import "tailwindcss" ;
42
5- : root {
3+ @theme {
64 --color-primary : # 151f38 ;
75 --color-primary-hover : # 7a7ebd ;
86 --color-primary-active : # 7a7ebd ;
1715 --color-body-background : # f5e5d6 ;
1816 --color-hero-primary : # 151f38 ;
1917 --color-hero-secondary : # fabc1b ;
20-
18+
2119 --color-session-neutral : # f5e5d6 ;
2220 --color-session-beginner : # 63d452 ;
2321 --color-session-intermediate : # ffcd45 ;
2422 --color-session-advanced : # d34847 ;
23+
24+ --color-sponsor-keystone : # 5c9f92 ;
25+ --color-sponsor-diamond : # 568497 ;
26+ --color-sponsor-platinum : # 6b6c6e ;
27+ --color-sponsor-gold : # f5c251 ;
28+ --color-sponsor-silver : # 707172 ;
29+ --color-sponsor-bronze : # 6e6151 ;
30+ --color-sponsor-patron : # a11217 ;
31+ }
32+
33+ @theme {
34+ --font-system : system-ui, sans-serif;
35+ --font-title : "Inter Variable" , -apple-system, BlinkMacSystemFont, Segoe UI,
36+ Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji,
37+ Segoe UI Emoji, Segoe UI Symbol;
38+ --font-sans : -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
39+ Helvetica, Arial, sans-serif, Apple Color Emoji,
40+ Segoe UI Emoji, Segoe UI Symbol;
2541}
2642
27- .tp-dfwv {
28- position : fixed !important ;
29- z-index : 9999 ;
43+ @theme {
44+ --aspect-ratio-hero : 2.4380530973 ;
3045}
3146
47+ @theme {
48+ --tw-prose-headings : var (--color-text-inverted );
49+ }
50+
51+ @plugin "@tailwindcss/typography" ;
52+
3253body {
33- @apply bg-body-background text-text;
54+ background-color : var (--color-body-background );
55+ color : var (--color-text );
3456}
3557
3658.layout-wrapper {
@@ -50,6 +72,14 @@ body {
5072 grid-column : 1 / 4 ;
5173}
5274
75+ .prose {
76+ color : var (--color-text );
77+ }
78+
79+ .prose : is (h1 , h2 , h3 , h4 , h5 , h6 ) {
80+ color : var (--tw-prose-headings );
81+ }
82+
5383.prose : is (h1 , h2 , h3 , h4 , h5 , h6 ) a {
5484 text-decoration : none !important ;
5585}
@@ -105,7 +135,6 @@ ul.list-disc li::before {
105135 display : inline-block;
106136 width : 25px ;
107137 height : 20px ;
108- /*background-image: url(/img/list-item.svg);*/
109138 background-size : 100% ;
110139 background-repeat : no-repeat;
111140 background-position : 50% 50% ;
@@ -117,6 +146,7 @@ ul.list-disc li::before {
117146ul ul .list-disc li {
118147 list-style : disc;
119148}
149+
120150ul ul .list-disc li ::before {
121151 display : none;
122152}
0 commit comments