mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 13:23:58 +00:00
theme logic reused
This commit is contained in:
@@ -8,11 +8,8 @@
|
||||
|
||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
||||
<link rel='stylesheet' href='/global.css'>
|
||||
<link rel='stylesheet' href='/theme-light.css'>
|
||||
<link rel='stylesheet' href='/theme-dark.css'>
|
||||
<link rel='stylesheet' href='/build/bundle.css'>
|
||||
<link rel='stylesheet' href='/build/fonts/materialdesignicons.css'>
|
||||
|
||||
|
||||
<script defer src='/build/bundle.js'></script>
|
||||
</head>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
.theme-dark .statusbar { background-color: blue }
|
||||
.theme-dark .iconbar {
|
||||
background-color: #222;
|
||||
color: #b3b3b3;
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
.theme-light .statusbar { background-color: blue }
|
||||
.theme-dark .iconbar {
|
||||
background-color: #222;
|
||||
color: #b3b3b3;
|
||||
}
|
||||
Reference in New Issue
Block a user