File tree Expand file tree Collapse file tree 3 files changed +5
-30
lines changed Expand file tree Collapse file tree 3 files changed +5
-30
lines changed Original file line number Diff line number Diff line change @@ -55,31 +55,6 @@ include-in-header:
55
55
border-radius: 0.2em;
56
56
}
57
57
</style>
58
-
59
- <style>
60
- /* dark-mode overrides, tied to Quarto’s theme toggle */
61
- html[data-theme="dark"] .packages-table {
62
- background-color: #131818;
63
- color: #bcbcbc;
64
- }
65
- html[data-theme="dark"] .packages-table th,
66
- html[data-theme="dark"] .packages-table td {
67
- border-bottom-color: #495057;
68
- }
69
- html[data-theme="dark"] .packages-table thead {
70
- background-color: #373a3c;
71
- }
72
- html[data-theme="dark"] .packages-table tbody tr:nth-child(odd) {
73
- background-color: #1c1c1c;
74
- }
75
- html[data-theme="dark"] .packages-table tbody tr:hover {
76
- background-color: #25343d;
77
- }
78
- html[data-theme="dark"] .badge.deprecated {
79
- color: #f8d7da;
80
- background-color: #721c24;
81
- }
82
- </style>
83
58
listing :
84
59
- id : libraries-main
85
60
template : table.ejs
Original file line number Diff line number Diff line change 83
83
description : " Convenient callbacks for sampling in Turing.jl"
84
84
category : utilities
85
85
- name : TuringBenchmarking
86
- api : https://turinglang.org/deprecated /TuringBenchmarking/
87
- github : https://github.com/TuringLang/deprecated /tree/main/TuringBenchmarking
86
+ api : https://turinglang.org/Deprecated /TuringBenchmarking/
87
+ github : https://github.com/TuringLang/Deprecated /tree/main/TuringBenchmarking
88
88
description : " Tools to benchmark and check Turing models"
89
89
category : utilities
90
90
status : deprecated
Original file line number Diff line number Diff line change @@ -147,17 +147,17 @@ p {
147
147
// cell borders
148
148
.packages-table th ,
149
149
.packages-table td {
150
- border-bottom-color : $gray-700 !important ;
150
+ border-bottom-color : $gray-900 !important ;
151
151
}
152
152
153
153
// header row
154
154
.packages-table thead {
155
- background-color : $gray-800 !important ;
155
+ background-color : $gray-900 !important ;
156
156
}
157
157
158
158
// zebra stripes
159
159
.packages-table tbody tr :nth-child (odd ) {
160
- background-color : darken ($background-body , 5% ) !important ;
160
+ background-color : darken ($gray-900 , 5% ) !important ;
161
161
}
162
162
163
163
// hover state
You can’t perform that action at this time.
0 commit comments