Update main.css

This commit is contained in:
tripathyr 2021-12-27 17:29:46 +05:30 committed by GitHub
parent b1799c2aca
commit 79acfea681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,12 @@
/*
Add CSS variables here to change CSS of components
Suppose you want to customize button from component, just add
sm-button {
--background : #CCC;
}
*/
* {
padding: 0;
margin: 0;
@ -473,4 +482,4 @@ main {
background: rgba(var(--text-color), 0.1);
cursor: pointer;
}
}
}