mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Improve tailwind dark theme colors (#13262)
* Improve tailwind dark theme colors Import the dark theme colors into the Tailwind color palette update components to use those new colors * remove colors import, it isn't used right now
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -7220,7 +7220,7 @@
|
||||
background: #2d3237!important;
|
||||
}
|
||||
div[role=listbox]{
|
||||
background: rgb(70, 76, 83);
|
||||
background: #464c53;
|
||||
}
|
||||
.overlib, .overlib-contents{
|
||||
background: #353a41;
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"/js/app.js": "/js/app.js?id=5fb72abe404b2429231c",
|
||||
"/js/manifest.js": "/js/manifest.js?id=8d61162bb0caf92f60ff",
|
||||
"/css/vendor.css": "/css/vendor.css?id=8d7b2ecb46047fe813e4",
|
||||
"/css/app.css": "/css/app.css?id=b21e1df1f5102369eabc",
|
||||
"/css/app.css": "/css/app.css?id=cff4bdc70b4433113ccc",
|
||||
"/js/vendor.js": "/js/vendor.js?id=294cef17a3cf43045d61",
|
||||
"/js/lang/de.js": "/js/lang/de.js?id=8959e785f5790d6b6836",
|
||||
"/js/lang/en.js": "/js/lang/en.js?id=cad37e39e9721bd08fdd",
|
||||
|
Reference in New Issue
Block a user