Add theming support
This commit is contained in:
@@ -23,6 +23,13 @@ limitations under the License.
|
||||
:root {
|
||||
--inter-unicode-range: U+0000-20e2, U+20e4-23ce, U+23d0-24c1, U+24c3-259f,
|
||||
U+25c2-2664, U+2666-2763, U+2765-2b05, U+2b07-2b1b, U+2b1d-10FFFF;
|
||||
--primaryColor: #0dbd8b;
|
||||
--bgColor1: #15191e;
|
||||
--bgColor2: #21262c;
|
||||
--bgColor3: #444;
|
||||
--bgColor4: #394049;
|
||||
--bgColor5: #8d97a5;
|
||||
--textColor1: #fff;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -106,8 +113,8 @@ limitations under the License.
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #15191e;
|
||||
color: #fff;
|
||||
background-color: var(--bgColor1);
|
||||
color: var(--textColor1);
|
||||
margin: 0;
|
||||
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
|
||||
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
|
||||
Reference in New Issue
Block a user