Commit db9f4fb9 authored by ioedeveloper's avatar ioedeveloper

Added custom radio button for dark theme

parent cb180acf
This diff is collapsed.
...@@ -73,7 +73,12 @@ const css = csjs` ...@@ -73,7 +73,12 @@ const css = csjs`
.customCheckBox::before, .customCheckBox::after { .customCheckBox::before, .customCheckBox::after {
top: .7em top: .7em
} }
.text { .customRadio::before, .customRadio::after {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.text, .text:hover {
text-decoration: none; text-decoration: none;
} }
` `
......
...@@ -5,7 +5,7 @@ import * as packageJson from '../../../../../package.json' ...@@ -5,7 +5,7 @@ import * as packageJson from '../../../../../package.json'
import yo from 'yo-yo' import yo from 'yo-yo'
const themes = [ const themes = [
{name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1584965247/remix-dark_tmkdla.css'}, {name: 'Dark', quality: 'dark', url: './assets/css/dark.css'},
{name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/remix/raw/upload/v1594059208/remix-themes/remix-light_csxus2.css'}, {name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/remix/raw/upload/v1594059208/remix-themes/remix-light_csxus2.css'},
{name: 'Cerulean', quality: 'light', url: 'https://bootswatch.com/4/cerulean/bootstrap.min.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