Skip to content

Commit 348bb1f

Browse files
Updated Libraries page look + added Deprecation label
1 parent 0bbf666 commit 348bb1f

File tree

3 files changed

+5
-30
lines changed

3 files changed

+5
-30
lines changed

library/index.qmd

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff 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>
8358
listing:
8459
- id: libraries-main
8560
template: table.ejs

library/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
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

theming/theme-dark.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)