summaryrefslogtreecommitdiffstats
path: root/v9.9.1/_static/changelog.css
blob: 343792a16b112dd87a43710226a3fff05baf8274 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[data-theme='dark'] #changelog .dark,
[data-theme='light'] #changelog .light,
[data-theme='auto'] #changelog .light {
    display: inline;
}

[data-theme='dark'] #changelog .light,
[data-theme='light'] #changelog .dark,
[data-theme='auto'] #changelog .dark {
    display: none;
}