File tree Expand file tree Collapse file tree 1 file changed +6
-37
lines changed Expand file tree Collapse file tree 1 file changed +6
-37
lines changed Original file line number Diff line number Diff line change @@ -101,17 +101,13 @@ pre {
101101}
102102
103103.code-output {
104- background-color : mix ($body-background-color , #ffffff , 92% );
105- border : 1px solid rgba (#000000 , 0.08 );
106- border-left : 4px solid rgba ($primary , 0.95 );
107- border-radius : 6px ;
108- margin-top : 0.5em ;
104+ background-color : #fff ;
105+ border : 2px solid #000 ;
106+ border-left : 2px solid #000 ;
107+ border-radius : 0px ;
108+ border-top : 0px ;
109+ margin-top : 0px ;
109110 margin-bottom : 1.25em ;
110- padding : 0.85rem 1rem ;
111- font-family : $family-code ;
112- color : $dark-gray ;
113- line-height : 1.45 ;
114- box-shadow : 0 1px 2px rgba (#000000 , 0.03 );
115111}
116112
117113.copy-button {
@@ -175,30 +171,3 @@ table {
175171 font-family : $family-sans-serif ;
176172 color : $dark-gray ;
177173}
178-
179- table th ,
180- table td {
181- padding : 0.6rem 0.75rem ;
182- border : 1px solid rgba (#000000 , 0.06 );
183- vertical-align : middle ;
184- text-align : left ;
185- }
186-
187- table thead th {
188- background : $primary ;
189- color : white ;
190- font-weight : 600 ;
191- border-bottom : 2px solid rgba (#000000 , 0.08 );
192- }
193-
194- table tbody tr :nth-child (even ) {
195- background : mix ($body-background-color , #ffffff , 96% );
196- }
197-
198- table tbody tr :hover {
199- background : mix ($primary , $body-background-color , 92% );
200- }
201-
202- .table-wrapper {
203- overflow-x : auto ;
204- }
You can’t perform that action at this time.
0 commit comments