-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstyles.css
More file actions
46 lines (38 loc) · 894 Bytes
/
styles.css
File metadata and controls
46 lines (38 loc) · 894 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
46
.dark {
--background: 0 0% 4%;
}
div:has(> .tabs) {
/*border: hsl(var(--border)) solid medium;*/
/*border-radius: 10px;*/
border-color: hsl(var(--border));
border-style: solid;
border-radius: .375rem;
border-width: 1px;
margin-top: 1rem;
}
.tabs {
margin-top: .4rem;
padding-right: .6rem;
padding-left: .6rem;
}
.tab {
margin-top: 1rem;
margin-bottom: 1.2rem;
margin-left: .8rem;
margin-right: .8rem;
}
/*div:has(> .tab) {*/
/* margin-top: 0;*/
/* padding-top: 0.5rem;*/
/* padding-bottom: 1.2rem;*/
/* padding-left: .8rem;*/
/* padding-right: .8rem;*/
/* border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;*/
/* !*border-radius: .375rem;*!*/
/* border-left-width: 1px !important;*/
/* border: none;*/
/* border-left: solid;*/
/*}*/
/*.tab {*/
/* margin-top: 0;*/
/*}*/