prevent flashing on the webpages
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<link href="/themes.css" rel="stylesheet" type="text/css" id="lightcss"/>
|
<link href="/themes.css" rel="stylesheet" type="text/css" id="lightcss"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="Dark-theme">
|
||||||
<div id="titleDiv">
|
<div id="titleDiv">
|
||||||
<img src="/logo.svg" width="40">
|
<img src="/logo.svg" width="40">
|
||||||
<h1 id="pageTitle">Jank Client</h1>
|
<h1 id="pageTitle">Jank Client</h1>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<body>
|
<body class="Dark-theme">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<body>
|
<body class="Dark-theme">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<body>
|
<body class="Dark-theme">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
Reference in New Issue
Block a user