Unverified Commit a66328ff authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2417 from ethereum/theme_light_watertight_ish

Theme light watertight ish
parents eba2d0ab d98c7f95
This diff is collapsed.
......@@ -4,6 +4,8 @@ import * as packageJson from '../../../package.json'
const themes = [
{name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1570118040/remix-dark-theme.css'},
{name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1570118040/remix-light-theme.css'},
// switching to the url Todo: remove when the theme is ready
// {name: 'Dark', quality: 'dark', url: 'assets/css/remix-dark-theme.css'},
{name: 'Cerulean', quality: 'light', url: 'https://bootswatch.com/4/cerulean/bootstrap.min.css'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment