Dark Mode and other CSS fixes

This commit is contained in:
Sascha Leib
2025-09-12 19:33:03 +02:00
parent 3f2ed0d3e7
commit 21f03e0cbd
2 changed files with 31 additions and 14 deletions

View File

@@ -1852,7 +1852,8 @@ BotMon.live = {
const span2 = make('span'); /* right-hand group */
span2.appendChild(make('span', { /* page views */
'class': 'pageviews'
'class': 'has_icon pageviews',
'title': data._pageViews.length + " page view(s)"
}, data._pageViews.length));
summary.appendChild(span2);