-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlesbian.css
More file actions
163 lines (151 loc) · 4.59 KB
/
lesbian.css
File metadata and controls
163 lines (151 loc) · 4.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
/* Lesbian theme */
[data-color-theme="lesbian"] {
--theme-primary: #D52D00;
--theme-secondary: #EF7627;
--theme-accent: #FF9A56;
}
:not(.dark)[data-color-theme="lesbian"] .gradient-hero {
background-image: linear-gradient(
to bottom right,
#D52D00 0%,
#D52D00 14.28%,
#EF7627 14.28%,
#EF7627 28.56%,
#FF9A56 28.56%,
#FF9A56 42.84%,
#FFFFFF 42.84%,
#FFFFFF 57.12%,
#D162A4 57.12%,
#D162A4 71.4%,
#B55690 71.4%,
#B55690 85.68%,
#A30262 85.68%,
#A30262 100%
);
}
.dark[data-color-theme="lesbian"] .gradient-hero {
background-image: linear-gradient(
to bottom right,
#D52D00 0%,
#D52D00 14.28%,
#EF7627 14.28%,
#EF7627 28.56%,
#FF9A56 28.56%,
#FF9A56 42.84%,
var(--ipython-dark) 42.84%,
var(--ipython-dark) 57.12%,
#D162A4 57.12%,
#D162A4 71.4%,
#B55690 71.4%,
#B55690 85.68%,
#A30262 85.68%,
#A30262 100%
) !important;
}
:not(.dark)[data-color-theme="lesbian"] .gradient-header {
background-image: linear-gradient(
to right,
#D52D00 0%,
#D52D00 14.28%,
#EF7627 14.28%,
#EF7627 28.56%,
#FF9A56 28.56%,
#FF9A56 42.84%,
#FFFFFF 42.84%,
#FFFFFF 57.12%,
#D162A4 57.12%,
#D162A4 71.4%,
#B55690 71.4%,
#B55690 85.68%,
#A30262 85.68%,
#A30262 100%
);
}
.dark[data-color-theme="lesbian"] .gradient-header {
background-image: linear-gradient(
to right,
#D52D00 0%,
#D52D00 14.28%,
#EF7627 14.28%,
#EF7627 28.56%,
#FF9A56 28.56%,
#FF9A56 42.84%,
#0f172a 42.84%,
#0f172a 57.12%,
#D162A4 57.12%,
#D162A4 71.4%,
#B55690 71.4%,
#B55690 85.68%,
#A30262 85.68%,
#A30262 100%
) !important;
}
[data-color-theme="lesbian"] .gradient-text {
background: linear-gradient(
to right,
#D52D00 0%,
#D52D00 16.67%,
#EF7627 16.67%,
#EF7627 33.33%,
#FF9A56 33.33%,
#FF9A56 50%,
#D162A4 50%,
#D162A4 66.67%,
#B55690 66.67%,
#B55690 83.33%,
#A30262 83.33%,
#A30262 100%
);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
/* Add backdrop blur to gradient sections */
[data-color-theme="lesbian"] section.gradient-hero .max-w-7xl.py-20,
[data-color-theme="lesbian"] section.gradient-header .max-w-7xl.py-20,
[data-color-theme="lesbian"] section.gradient-hero .max-w-7xl.py-8.text-center,
[data-color-theme="lesbian"] section.gradient-header .max-w-7xl.py-8.text-center,
[data-color-theme="lesbian"] section.gradient-hero .max-w-7xl.text-center,
[data-color-theme="lesbian"] section.gradient-header .max-w-7xl.text-center,
[data-color-theme="lesbian"] section.gradient-hero .max-w-7xl:has(h1.gradient-text-hero),
[data-color-theme="lesbian"] section.gradient-header .max-w-7xl:has(h1.gradient-text-hero) {
background: rgba(0, 0, 0, 0.25);
border-radius: 16px;
backdrop-filter: blur(4px);
}
.dark[data-color-theme="lesbian"] section.gradient-hero .max-w-7xl.py-20,
.dark[data-color-theme="lesbian"] section.gradient-header .max-w-7xl.py-20,
.dark[data-color-theme="lesbian"] section.gradient-hero .max-w-7xl.py-8.text-center,
.dark[data-color-theme="lesbian"] section.gradient-header .max-w-7xl.py-8.text-center,
.dark[data-color-theme="lesbian"] section.gradient-hero .max-w-7xl.text-center,
.dark[data-color-theme="lesbian"] section.gradient-header .max-w-7xl.text-center,
.dark[data-color-theme="lesbian"] section.gradient-hero .max-w-7xl:has(h1.gradient-text-hero),
.dark[data-color-theme="lesbian"] section.gradient-header .max-w-7xl:has(h1.gradient-text-hero) {
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
backdrop-filter: blur(4px);
}
/* Ensure white sections are fully opaque on Lesbian theme - light mode only */
:not(.dark)[data-color-theme="lesbian"] .bg-white,
:not(.dark)[data-color-theme="lesbian"] section.bg-white {
background: #ffffff !important;
}
/* Override for dark mode - must come after light mode rules */
.dark[data-color-theme="lesbian"] .bg-white,
.dark[data-color-theme="lesbian"] section.bg-white,
.dark[data-color-theme="lesbian"] .bg-white.dark\:bg-ipython-dark,
.dark[data-color-theme="lesbian"] nav.bg-white {
background: #0f172a !important;
}
/* Ensure gray sections are fully opaque white on Lesbian theme - light mode only */
:not(.dark)[data-color-theme="lesbian"] section.bg-gray-50 {
background: #ffffff !important;
}
.dark[data-color-theme="lesbian"] section.bg-gray-50 {
background: #0f172a !important;
}
/* Ensure icon containers have visible backgrounds on Lesbian theme */
[data-color-theme="lesbian"] .bg-theme-secondary {
background: #d62900 !important;
}