-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from q-verse/develop
EDE-521 release-2020-05-18
- Loading branch information
Showing
4 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# qverse-theme | ||
|
||
This repo is copied from edly theme repo. For details, you can always refer to https://github.com/edly-io/edly-edx-themes. | ||
|
||
To enable colors and branding use the following configuration for LMS, CMS and Ecommerce in **admin** → **site configuration**. | ||
|
||
``` | ||
{ | ||
"COLORS":{ | ||
"primary":"#853111", | ||
"secondary":"#853111" | ||
}, | ||
"FONTS":{ | ||
"base-font":"Open Sans, sans-serif", | ||
"heading-font":"Open Sans, sans-serif", | ||
"font-path":"https://fonts.googleapis.com/css?family=Open+Sans&display=swap" | ||
}, | ||
"BRANDING":{ | ||
"logo":"https://edly-cloud-static-assets.s3.amazonaws.com/esut/logo.png", | ||
"favicon":"https://edly-cloud-static-assets.s3.amazonaws.com/esut/favicon.ico" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters