Added CSS components
This commit is contained in:
20
static/styles/theme.css
Normal file
20
static/styles/theme.css
Normal file
@@ -0,0 +1,20 @@
|
||||
:root {
|
||||
--main-bg-color: "#fed6af";
|
||||
--main-bg-end-color: "#ffffee";
|
||||
--main-color: "#ffffff";
|
||||
--main-fg-color: "#800000";
|
||||
--main-title-fg-color: "#800000";
|
||||
|
||||
--title-align: left;
|
||||
--border-style: solid;
|
||||
--border-width: 0px;
|
||||
|
||||
--button-border-width: 1px;
|
||||
--button-border-style: solid;
|
||||
--button-selected-style: ridge;
|
||||
|
||||
--optional-link-background: #00000000;
|
||||
|
||||
--font-family: "Arial, Helvetica, sans-serif";
|
||||
--font-size: 13px;
|
||||
}
|
Reference in New Issue
Block a user