refactor: renamed app to school

This commit is contained in:
Jannat Patel
2021-10-11 20:31:27 +05:30
parent 13022e0bcc
commit d07dbcc50a
466 changed files with 2497 additions and 146 deletions
+3
View File
@@ -0,0 +1,3 @@
@import "./style.css";
@import "./vars.css";
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
/* Define all your css variables here. */
:root {
--tag-color: #737373;
--sidebar-bg: #F6F6F6;
--sidebar-border: #C4C4C4;
}