mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-28 19:34:23 +01:00
Set default theme for kitchensink
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<link href="main/bootstrap/bootstrap.css" rel="stylesheet" />
|
||||
<link href="main/bootstrap4-creativestart/creative.css" rel="stylesheet" />
|
||||
<script>
|
||||
const theme = window.location.search.replace('?theme=','') || 'classic';
|
||||
const theme = window.location.search.replace('?theme=','') || 'default';
|
||||
document.write(`<link href="main/themes/${theme}.css" rel="stylesheet" />`)
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user