mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 17:24:22 +01:00
fix(desktop): default theme
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<body class="antialiased overscroll-none select-none text-12-regular">
|
<body class="antialiased overscroll-none select-none text-12-regular">
|
||||||
<script>
|
<script>
|
||||||
;(function () {
|
;(function () {
|
||||||
const savedTheme = localStorage.getItem("theme") || "oc-2-paper"
|
const savedTheme = localStorage.getItem("theme") || "oc-1"
|
||||||
document.documentElement.setAttribute("data-theme", savedTheme)
|
document.documentElement.setAttribute("data-theme", savedTheme)
|
||||||
})()
|
})()
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user