-
-
Notifications
You must be signed in to change notification settings - Fork 746
Expand file tree
/
Copy pathindex.css
More file actions
31 lines (28 loc) · 755 Bytes
/
Copy pathindex.css
File metadata and controls
31 lines (28 loc) · 755 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
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-transparent overflow-hidden text-white;
font-family: "Open Sans", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
/* Xel reset, why do they modify default tags anyway...? */
body img {
display: unset;
height: unset;
margin: unset;
max-width: unset;
box-sizing: unset;
background: unset;
border-width: unset;
border-style: unset;
border-color: unset;
user-select: unset;
-webkit-user-modify: unset;
}
.generic-hover {
@apply hover:brightness-90 transition duration-200;
}