Added a class to retrieve the basic item information data.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--main-bg-color: #D3D3D3;
|
||||
--main-font-color: #006400;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--main-bg-color);
|
||||
color: var(--main-font-color);
|
||||
}
|
||||
Reference in New Issue
Block a user