mizzzuno commited on
Commit
7bbf0db
·
verified ·
1 Parent(s): f704d2b

Update templates/talkDetail.html

Browse files
Files changed (1) hide show
  1. templates/talkDetail.html +5 -0
templates/talkDetail.html CHANGED
@@ -92,6 +92,11 @@
92
  background-color: rgba(55, 65, 81, 0.7);
93
  }
94
  </style>
 
 
 
 
 
95
  </head>
96
  <body>
97
  <div class="main-content relative">
 
92
  background-color: rgba(55, 65, 81, 0.7);
93
  }
94
  </style>
95
+ <script>
96
+ if (!document.documentElement.classList.contains("dark")) {
97
+ document.documentElement.classList.add("dark");
98
+ }
99
+ </script>
100
  </head>
101
  <body>
102
  <div class="main-content relative">