Skip to content

Commit 1db37e1

Browse files
authored
User guide updates bpm panel (#197)
1 parent 0ac0c25 commit 1db37e1

14 files changed

+271
-76
lines changed
6.06 KB
Loading
52.3 KB
Loading
9.78 KB
Loading
69.2 KB
Loading
8.62 KB
Loading
22.6 KB
Loading
230 KB
Loading

docs/css/custom_colors.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
--color-cernpurple: #6e2466;
1111
}
1212

13+
14+
/* Useful to set a `cern` blue as primary in mkdocs.yml (dark mode) */
15+
[data-md-color-primary="cern"] {
16+
--md-primary-fg-color: #0033a0;
17+
--md-primary-fg-color--light: #9BAEDB;
18+
--md-primary-fg-color--dark: #0033A0;
19+
}
20+
1321
/* General emphasis class */
1422
.omc-emph {
1523
color: var(--md-primary-fg-color);

docs/css/extra.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,7 @@ a.cern_internal {
9090

9191
}
9292

93-
/* Useful to set a `cern` blue as primary in mkdocs.yml (dark mode) */
94-
[data-md-color-primary="cern"] {
95-
--md-primary-fg-color: #0033a0;
96-
--md-primary-fg-color--light: #9BAEDB;
97-
--md-primary-fg-color--dark: #0033A0;
98-
}
93+
9994

10095
/* Fix the Mathjax scrolling boxes issue */
10196
.md-typeset div.arithmatex {

docs/guis/betabeat/bpm_panel.md

Lines changed: 193 additions & 58 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)