Updated theme handling and got the category form to clone rows.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
:root {
|
||||
--main-bg-color: rgb(0, 0, 0);
|
||||
--main-font-color: #ffffff;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--main-bg-color);
|
||||
color: var(--main-font-color);
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #aea8a5;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: var(--main-bg-color);
|
||||
color: var(--main-font-color);
|
||||
}
|
||||
Reference in New Issue
Block a user