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:
5555 border-radius: 0.2em;
5656 }
5757 </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>
8358listing :
8459 - id : libraries-main
8560 template : table.ejs
Original file line number Diff line number Diff line change 8383 description : " Convenient callbacks for sampling in Turing.jl"
8484 category : utilities
8585- 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
8888 description : " Tools to benchmark and check Turing models"
8989 category : utilities
9090 status : deprecated
Original file line number Diff line number Diff line change @@ -147,17 +147,17 @@ p {
147147// cell borders
148148.packages-table th ,
149149.packages-table td {
150- border-bottom-color : $gray-700 !important ;
150+ border-bottom-color : $gray-900 !important ;
151151}
152152
153153// header row
154154.packages-table thead {
155- background-color : $gray-800 !important ;
155+ background-color : $gray-900 !important ;
156156}
157157
158158// zebra stripes
159159.packages-table tbody tr :nth-child (odd ) {
160- background-color : darken ($background-body , 5% ) !important ;
160+ background-color : darken ($gray-900 , 5% ) !important ;
161161}
162162
163163// hover state
You can’t perform that action at this time.
0 commit comments