FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CIOSAI.github.io/src/app.css at main · CIOSAI/CIOSAI.github.io · GitHub
CIOSAI
/
CIOSAI.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CIOSAI.github.io
/
src
/
app.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
69 lines (62 loc) · 1.46 KB
Breadcrumbs
CIOSAI.github.io
/
src
/
app.css
Copy path
File metadata and controls
69 lines (62 loc) · 1.46 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
@tailwind
base;
@tailwind
components;
@tailwind
utilities;
@layer
base {
@font-face
{
font-family
:
'Caivun'
;
font-style
:
normal;
src
:
url
(
'/font/CAIVUN.OTF'
)
format
(
'opentype'
);
}
@font-face
{
font-family
:
'Dead Hammer'
;
font-style
:
normal;
src
:
url
(
'/font/dead-hammer.ttf'
)
format
(
'truetype'
);
}
@font-face
{
font-family
:
'Indeciso'
;
font-style
:
normal;
src
:
url
(
'/font/INDECISO_2.7.OTF'
)
format
(
'opentype'
);
}
@font-face
{
font-family
:
'Kaukhia'
;
font-style
:
normal;
src
:
url
(
'/font/Kaukhia_release_1.woff'
)
format
(
'woff'
);
}
@font-face
{
font-family
:
'Rollerball-1'
;
font-style
:
normal;
src
:
url
(
'/font/rollerball-1.ttf'
)
format
(
'truetype'
);
}
@font-face
{
font-family
:
'Straka'
;
font-style
:
normal;
src
:
url
(
'/font/straka.ttf'
)
format
(
'truetype'
);
}
}
p
{
font-size
:
1.2
rem
;
}
.
interactive
{
color
:
rgb
(
190
24
93
/
var
(
--tw-text-opacity
,
1
));
}
.
interactive
:
hover
{
font-style
:
italic;
}
.
dark
.
interactive
{
color
:
rgb
(
251
146
60
/
var
(
--tw-text-opacity
,
1
));
}
.
tag
{
display
:
grid;
grid-template-columns
:
auto auto;
padding
:
0
rem
1
rem
;
gap
:
0.25
rem
;
border
:
1
px
solid
rgb
(
49
46
129
/
var
(
--tw-text-opacity
,
1
));
border-radius
:
1
rem
;
font-size
:
1.2
rem
;
}
.
tag
label
{
white-space
:
nowrap;
}
.
dark
.
tag
{
border-color
:
rgb
(
226
232
240
/
var
(
--tw-text-opacity
,
1
));
}
Back
|
FazBrowse Home
|
New Git URL