This commit is contained in:
2021-03-18 23:25:35 -03:00
parent 4611e901fc
commit 4ed9c834eb
55 changed files with 63543 additions and 0 deletions

View File

@ -0,0 +1,12 @@
@import "reset";
@import "fomantic-ui-sass/src/build.scss";
@import "variables";
body {
//background-color: $page-background-color;
//color: $page-color !important;
}
a {
color: inherit;
}