22 scrollbar-gutter : stable;
33}
44
5- body {
6- @apply gd-bg-bg gd-text-text gd-relative;
7- }
5+ /* body {
6+ @apply gd-bg-bg gd-text-text gd-relative;
7+ } */
88
99# __next {
1010 @apply gd-min-h-screen;
@@ -41,3 +41,137 @@ body[data-mobile-stop-overflow="true"] {
4141 /* For some reason the styles don't get applied without the width */
4242 width : 13px ;
4343}
44+
45+
46+ p .gd-font-bold .gd-mb-2 .gd-text-primary .gd-text-sm {
47+ font-size : 14px ;
48+ color : # 2E5CFF ;
49+ font-weight : 500 ;
50+ }
51+
52+ a .gd-flex .gd-items-center .gd-w-full .gd-py-1\. 5.gd-text-sm .gd-px-4 .gd-rounded-lg .hover\:gd-text-textLight .hover\:gd-bg-bgLight {
53+ color : # 99A1B1 ;
54+
55+ }
56+
57+ a .neato-guider-active-link .gd-flex .gd-items-center .gd-w-full .gd-py-1\. 5.gd-text-sm .gd-px-4 .gd-rounded-lg .gd-bg-bgLightest .gd-text-primary {
58+ background-color : var (--menu-bg-color );
59+ color : # 2E5CFF ;
60+ font-weight : 500 !important ;
61+ }
62+
63+ a .hover\:gd-text-textLight .gd-transition-colors .gd-duration-100 .gd-text-primary {
64+ color : # 2E5CFF ;
65+ }
66+
67+ span .gd-size-7 .gd-flex .gd-text-sm .gd-border-t-2 .gd-justify-center .gd-items-center .gd-rounded-md .gd-transition-\[background-color\,color\,border-color\] .gd-duration-100 .group-hover\:gd-bg-bgLightest .group-hover\:gd-text-textHeading .gd-border-bgLightest .gd-bg-bgLight {
68+ background-color : transparent !important ;
69+ border : 0.5px solid var (--box-border-color );
70+ }
71+
72+ span .gd-size-7 .gd-flex .gd-text-sm .gd-border-t-2 .gd-justify-center .gd-items-center .gd-rounded-md .gd-transition-\[background-color\,color\,border-color\] .gd-duration-100 .group-hover\:gd-bg-bgLightest .group-hover\:gd-text-textHeading .gd-border-bgLightest .gd-bg-bgLight .iconify-icon {
73+ color : # 8E99B2 !important
74+ }
75+
76+ a .hover\:gd-text-textLight .gd-transition-colors .gd-duration-100 {
77+ color : # 99A1B1 ;
78+ }
79+
80+ .sub-description ,
81+ .sub-description strong {
82+ font-size : 18px ;
83+ color : var (--text-color ) !important ;
84+ font-weight : 400 ;
85+ line-height : 28px ;
86+ }
87+
88+ a .pl-4 .group .flex .items-center .lg\:text-sm .lg\:leading-6 .mb-5 .sm\:mb-4 .font-medium .text-gray-600 .hover\:text-gray-900 .dark\:text-gray-400 .dark\:hover\:text-gray-300 {
89+ color : var (--text-color ) !important ;
90+
91+ }
92+
93+ article h3 {
94+ font-weight : 500 !important ;
95+ }
96+
97+ /* body {
98+ background-color: #0A0B10 !important;
99+ } */
100+
101+ button .header-search-btn {
102+ width : 450px ;
103+ text-align : left;
104+ border : 1px solid var (--box-border-color );
105+ border-radius : 9px ;
106+ padding : 5px 15px ;
107+ box-shadow : 0 1px 2px 0 rgba (0 , 0 , 0 , .05 );
108+ background-color : var (--background-color ) !important ;
109+ }
110+
111+ button .header-search-btn svg {
112+ color : white;
113+ }
114+
115+ button .header-search-btn .gd-opacity-50 {
116+ opacity : 1 !important ;
117+ }
118+
119+ /* header .gd-flex.gd-justify-between.gd-mb-6.gd-items-center .gd-flex.gd-items-center{
120+ width: 100%;
121+ } */
122+ .site-logo {
123+ width : 130px ;
124+ }
125+ header .gd-flex .gd-justify-between .gd-mb-6 .gd-items-center .gd-flex .gd-items-center div : nth-child (1 ){
126+ width : 20% ;
127+ background-color : var (--background-color ) !important ;
128+ }
129+
130+ header .gd-flex .gd-justify-between .gd-mb-6 .gd-items-center .gd-flex .gd-items-center div : nth-child (4 ){
131+ width : 30% ;
132+ }
133+
134+ .gd-w-px .gd-h-6 .gd-bg-line .gd-rotate-12 .gd-mx-4 {
135+ opacity : 0 ;
136+ }
137+
138+ .gd-border-line {
139+ border-color : var (--box-border-color ) !important ;
140+ }
141+
142+ span .gd-flex-1 .gd-transition-colors .gd-duration-100 ,
143+ header .gd-flex .gd-justify-between .gd-mb-6 .gd-items-center .gd-flex .gd-items-center div : nth-child (1 ) span ,
144+ header span .gd-text-right .gd-text-xs .gd-hidden .md\:gd-inline-block ,
145+ header span .gd-flex-1 .gd-hidden .md\:gd-inline-block {
146+ color : # 99A1B1 ;
147+ }
148+
149+
150+ /* Light theme */
151+ : root {
152+ --background-color : # ffffff ;
153+ --text-color : # 374256 ;
154+ --heading-text-color : # 121A2E ;
155+ --menu-bg-color : # EAEEFF ;
156+ --box-border-color : # DFE3EC ;
157+ }
158+
159+ /* Dark theme */
160+ [data-theme = 'dark' ] {
161+ --background-color : # 0A0B10 ;
162+ --text-color : # 99A1B1 ;
163+ --heading-text-color : # DFE3EC ;
164+ --menu-bg-color : # 0E1328 ;
165+ --box-border-color : # 22252a ;
166+ }
167+
168+ /* Apply theme variables */
169+ body {
170+ background-color : var (--background-color ) ;
171+ color : var (--text-color );
172+ }
173+
174+ .gd-text-textHeading {
175+ color : var (--heading-text-color ) !important ;
176+
177+ }
0 commit comments