-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (36 loc) · 996 Bytes
/
style.css
File metadata and controls
45 lines (36 loc) · 996 Bytes
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
@import "tailwindcss";
@theme {
--spacing-816px: 816px;
--spacing-embed-h: 120px;
--spacing-embed-w: 382px;
--spacing-input: 4.25rem;
--font-inter: "Inter", -apple-system, " BlinkMacSystemFont", " Segoe UI", " Helvetica", " Arial", " sans-serif", " Apple Color Emoji", " Segoe UI Emoji";
--translate-input: 2.25rem;
--animate-sound: soundWave 0ms -3200ms ease-in-out infinite alternate;
--color-text: #FFFFFF;
--color-background: #040316;
--color-accent: #9693BD;
--color-settingName: #A19EC4;
--color-primaryButton: #4944A7;
--color-input: #1D1C2D;
--color-toggleOff: #807CC1;
--color-embedBackground: #181414;
@keyframes soundWave {
0% {
height: 3px;
opacity: 0.35;
}
100% {
height: 15px;
opacity: 0.95;
}
}
}
@layer components {
.bar {
position: absolute;
bottom: 1px;
width: 3px;
height: 3px
}
}