|
11 | 11 | .floating-card { |
12 | 12 | border-radius: 16px; |
13 | 13 | border-radius: 1rem; |
14 | | - box-shadow: 0 0 16px 0 rgba(78, 85, 100, 0.2); |
15 | | - box-shadow: 0 0 1rem 0 rgba(78, 85, 100, 0.2); |
| 14 | + box-shadow: 0 0 16px 0 rgb(78, 85, 100, 0.2); |
| 15 | + box-shadow: 0 0 1rem 0 rgb(78, 85, 100, 0.2); |
16 | 16 | } |
17 | 17 |
|
18 | 18 | .table-wrap { |
|
87 | 87 | width: 100%; |
88 | 88 | margin: 0; |
89 | 89 | padding-left: 0; |
90 | | - border-top: 1px solid rgba(26, 43, 73, 0.1); |
| 90 | + border-top: 1px solid rgb(26, 43, 73, 0.1); |
91 | 91 | } |
92 | 92 |
|
93 | 93 | .index ul ul:first-child { |
|
98 | 98 | position: relative; |
99 | 99 | font-weight: 900; |
100 | 100 | list-style-type: none; |
101 | | - border-bottom: 1px solid rgba(26, 43, 73, 0.1); |
| 101 | + border-bottom: 1px solid rgb(26, 43, 73, 0.1); |
102 | 102 | } |
103 | 103 |
|
104 | 104 | .index ul:last-child li:last-child { |
|
116 | 116 |
|
117 | 117 | .index li li { |
118 | 118 | font-weight: 700; |
119 | | - border-bottom: 1px solid rgba(26, 43, 73, 0.1); |
| 119 | + border-bottom: 1px solid rgb(26, 43, 73, 0.1); |
120 | 120 | } |
121 | 121 |
|
122 | 122 | .index li li a { |
|
130 | 130 |
|
131 | 131 | .index li li li { |
132 | 132 | font-weight: normal; |
133 | | - border-bottom: 1px solid rgba(26, 43, 73, 0.1); |
| 133 | + border-bottom: 1px solid rgb(26, 43, 73, 0.1); |
134 | 134 | } |
135 | 135 |
|
136 | 136 | .index li li li a { |
|
249 | 249 |
|
250 | 250 | .chapter-cta { |
251 | 251 | border: none; |
252 | | - box-shadow: 0 0 1rem 0 rgba(78, 85, 100, 0.2); |
| 252 | + box-shadow: 0 0 1rem 0 rgb(78, 85, 100, 0.2); |
253 | 253 | padding: 10px 12px; |
254 | 254 | margin-top: 1em; |
255 | 255 | margin-left: 1em; |
|
387 | 387 | padding: 16px; |
388 | 388 | border: 1px solid #e0e0e0; |
389 | 389 | border-radius: 4px; |
390 | | - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 390 | + box-shadow: 0 1px 3px rgb(0, 0, 0, 0.1); |
391 | 391 | font-family: monospace; |
392 | 392 | background-color: #f9f9f9; |
393 | 393 | overflow-x: auto; |
|
0 commit comments