diff --git a/src/style/index.scss b/src/style/index.scss index aa74d1a..66a9fa6 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -1,6 +1,14 @@ @import url('https://fonts.googleapis.com/icon?family=Material+Icons'); @import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700'); +/* + All the code in this project is licensed under the terms of the GNU AGPLv3 license. + COPYRIGHT (C) Webgem ALL RIGHTS RESERVED. + More INFO AT https://github.com/webgem-xyz/UVA-React#license-information + All code can be found at https://github.com/webgem-xyz/UVA-React + You can read our LICENSE at https://github.com/webgem-xyz/UVA-React/blob/master/LICENSE +*/ + :root { --main-purple: #cc3399; --main-bg-color: #f2f2f2;