forked from pipecat-ai/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (32 loc) · 639 Bytes
/
style.css
File metadata and controls
38 lines (32 loc) · 639 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
.compatibility-table table,
.compatibility-table th,
.compatibility-table td {
border: 1px solid #ddd;
padding: 10px;
}
.compatibility-table {
width: 90%;
table-layout: fixed;
}
.compatibility-table tr {
width: 100%;
}
.compatibility-table th:first-child,
.compatibility-table td:first-child {
text-align: left;
width: 100%;
}
.compatibility-table th {
writing-mode: sideways-lr;
text-align: left;
}
.compatibility-table td {
text-align: center;
font-weight: bold;
}
.compatibility-table .supported {
color: #107714; /* Light green */
}
.compatibility-table .unsupported {
color: #de1126; /* Light red */
}