Skip to content

Commit

Permalink
📝 Added License info to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Jan 28, 2018
1 parent 22c5f03 commit 8371971
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/style/index.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 8371971

Please sign in to comment.