FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
allthingslinux/app/globals.css at main · allthingslinux/allthingslinux · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
allthingslinux
/
allthingslinux
Public archive
forked from
9vlc/allthingslinux
Notifications
You must be signed in to change notification settings
Fork
1
Star
12
Code
Issues
2
Pull requests
11
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
allthingslinux
/
app
/
globals.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
225 lines (198 loc) · 5.42 KB
Breadcrumbs
allthingslinux
/
app
/
globals.css
Copy path
File metadata and controls
225 lines (198 loc) · 5.42 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
@import
'tailwindcss'
;
@plugin
"tailwindcss-animate"
;
@plugin
"@tailwindcss/typography"
;
@theme
inline {
--color-background
:
var
(
--background
);
--color-foreground
:
var
(
--foreground
);
--font-sans
:
var
(
--font-inter
);
--font-mono
:
var
(
--font-mono
);
--color-sidebar-ring
:
var
(
--sidebar-ring
);
--color-sidebar-border
:
var
(
--sidebar-border
);
--color-sidebar-accent-foreground
:
var
(
--sidebar-accent-foreground
);
--color-sidebar-accent
:
var
(
--sidebar-accent
);
--color-sidebar-primary-foreground
:
var
(
--sidebar-primary-foreground
);
--color-sidebar-primary
:
var
(
--sidebar-primary
);
--color-sidebar-foreground
:
var
(
--sidebar-foreground
);
--color-sidebar
:
var
(
--sidebar
);
--color-chart-5
:
var
(
--chart-5
);
--color-chart-4
:
var
(
--chart-4
);
--color-chart-3
:
var
(
--chart-3
);
--color-chart-2
:
var
(
--chart-2
);
--color-chart-1
:
var
(
--chart-1
);
--color-ring
:
var
(
--ring
);
--color-input
:
var
(
--input
);
--color-border
:
var
(
--border
);
--color-destructive-foreground
:
var
(
--destructive-foreground
);
--color-destructive
:
var
(
--destructive
);
--color-accent-foreground
:
var
(
--accent-foreground
);
--color-accent
:
var
(
--accent
);
--color-muted-foreground
:
var
(
--muted-foreground
);
--color-muted
:
var
(
--muted
);
--color-secondary-foreground
:
var
(
--secondary-foreground
);
--color-secondary
:
var
(
--secondary
);
--color-primary-foreground
:
var
(
--primary-foreground
);
--color-primary
:
var
(
--primary
);
--color-popover-foreground
:
var
(
--popover-foreground
);
--color-popover
:
var
(
--popover
);
--color-card-foreground
:
var
(
--card-foreground
);
--color-card
:
var
(
--card
);
--radius-sm
:
calc
(
var
(
--radius
)
-
4
px
);
--radius-md
:
calc
(
var
(
--radius
)
-
2
px
);
--radius-lg
:
var
(
--radius
);
--radius-xl
:
calc
(
var
(
--radius
)
+
4
px
);
}
:
root
{
--background
:
oklch
(
18.28
%
0.0204
284.2
);
--foreground
:
oklch
(
0.985
0.002
247.839
);
--card
:
oklch
(
21.55
%
0.0254
284.06
);
--card-foreground
:
oklch
(
0.985
0.002
247.839
);
--popover
:
oklch
(
0.13
0.028
261.692
);
--popover-foreground
:
oklch
(
0.985
0.002
247.839
);
--primary
:
oklch
(
0.985
0.002
247.839
);
--primary-foreground
:
oklch
(
0.21
0.034
264.665
);
--secondary
:
oklch
(
0.278
0.033
256.848
);
--secondary-foreground
:
oklch
(
0.985
0.002
247.839
);
--muted
:
oklch
(
0.278
0.033
256.848
);
--muted-foreground
:
oklch
(
0.707
0.022
261.325
);
--accent
:
oklch
(
0.278
0.033
256.848
);
--accent-foreground
:
oklch
(
0.985
0.002
247.839
);
--destructive
:
oklch
(
0.396
0.141
25.723
);
--destructive-foreground
:
oklch
(
0.637
0.237
25.331
);
--border
:
oklch
(
0.278
0.033
256.848
);
--input
:
oklch
(
0.278
0.033
256.848
);
--ring
:
oklch
(
0.446
0.03
256.802
);
--chart-1
:
oklch
(
0.488
0.243
264.376
);
--chart-2
:
oklch
(
0.696
0.17
162.48
);
--chart-3
:
oklch
(
0.769
0.188
70.08
);
--chart-4
:
oklch
(
0.627
0.265
303.9
);
--chart-5
:
oklch
(
0.645
0.246
16.439
);
--sidebar
:
oklch
(
0.21
0.034
264.665
);
--sidebar-foreground
:
oklch
(
0.985
0.002
247.839
);
--sidebar-primary
:
oklch
(
0.488
0.243
264.376
);
--sidebar-primary-foreground
:
oklch
(
0.985
0.002
247.839
);
--sidebar-accent
:
oklch
(
0.278
0.033
256.848
);
--sidebar-accent-foreground
:
oklch
(
0.985
0.002
247.839
);
--sidebar-border
:
oklch
(
0.278
0.033
256.848
);
--sidebar-ring
:
oklch
(
0.446
0.03
256.802
);
--radius
:
0.8
rem
;
}
@layer
base {
*
{
@apply
border-border outline-ring/50;
}
body
{
@apply
bg-background text-foreground text-base;
}
}
/* Consistent section spacing utility */
@layer
components {
.
section-padding
{
@apply
py-12 sm:py-16 md:py-20 lg:py-24 xl:py-32;
}
.
section-margin
{
@apply
my-8 sm:my-12 md:my-16 lg:my-20;
}
.
page-padding
{
@apply
pt-28 sm:pt-32 md:pt-36 lg:pt-40;
}
}
/* Legacy container utility class -- deprecated in v4, needs removed across the codebase */
@utility
container {
margin-inline
:
auto;
padding-inline
:
1
rem
;
}
@media
(
min-width
:
640
px
) {
.
container
{
padding-inline
:
1.5
rem
;
}
}
@media
(
min-width
:
768
px
) {
.
container
{
padding-inline
:
2
rem
;
}
}
@keyframes
typing {
from
{
width
:
0
;
}
to
{
width
:
100
%
;
}
}
@keyframes
blink {
0
%
,
100
%
{
border-color
:
transparent;
}
50
%
{
border-color
:
hsl
(
var
(
--primary
));
}
}
@keyframes
marquee {
from
{
transform
:
translateX
(
0
);
}
to
{
transform
:
translateX
(
calc
(
-100
%
-
1
rem
));
}
}
@keyframes
marquee-vertical {
from
{
transform
:
translateY
(
0
);
}
to
{
transform
:
translateY
(
calc
(
-100
%
-
1
rem
));
}
}
@layer
utilities {
.
animate-typing
{
animation
:
typing
3.5
s
steps
(
40
,
end)
,
blink
0.75
s
step-end infinite;
width
:
0
;
}
.
animate-type-once
{
animation
:
typing
2.5
s
steps
(
30
,
end) forwards;
width
:
0
;
}
.
animate-marquee
{
animation
:
marquee
var
(
--duration
,
20
s
) linear infinite;
}
.
animate-marquee-vertical
{
animation
:
marquee-vertical
var
(
--duration
,
20
s
) linear infinite;
}
}
/* Custom prose overrides for dark mode */
.
prose
table
,
.
prose
thead
,
.
prose
tbody
,
.
prose
tr
,
.
prose
th
,
.
prose
td
,
.
prose
strong
,
.
prose
code
,
.
prose
pre
{
background-color
:
#
181a20
!important
;
color
:
#
e5e7eb
!important
;
border-color
:
#
2d2f36
!important
;
}
.
prose
th
,
.
prose
strong
{
color
:
#
e5e7eb
!important
;
font-weight
:
600
!important
;
}
.
prose
code
{
background-color
:
#
23272e
!important
;
color
:
#
e5e7eb
!important
;
}
.
prose
pre
{
background-color
:
#
181a20
!important
;
color
:
#
e5e7eb
!important
;
border-color
:
#
2d2f36
!important
;
}
/* Remove unwanted transparency or inheritance */
.
prose
th
,
.
prose
td
,
.
prose
tr
{
background-color
:
#
181a20
!important
;
}
Back
|
FazBrowse Home
|
New Git URL