create dark mode

This commit is contained in:
André Weller
2019-05-14 19:30:29 +02:00
parent 28c1e3d409
commit 86ebeee672
20 changed files with 73 additions and 1076 deletions

View File

@@ -1,62 +0,0 @@
/**
* This injects Tailwind's base styles, which is a combination of
* Normalize.css and some additional base styles.
*
* You can see the styles here:
* https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/preflight";
*/
@tailwind preflight;
/**
* This injects any component classes registered by plugins.
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/components";
*/
@tailwind components;
/**
* Here you would add any of your custom component classes; stuff that you'd
* want loaded *before* the utilities so that the utilities could still
* override them.
*
* Example:
*
* .btn { ... }
* .form-input { ... }
*
* Or if using a preprocessor or `postcss-import`:
*
* @import "components/buttons";
* @import "components/forms";
*/
/**
* This injects all of Tailwind's utility classes, generated based on your
* config file.
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/utilities";
*/
@tailwind utilities;
/**
* Here you would add any custom utilities you need that don't come out of the
* box with Tailwind.
*
* Example :
*
* .bg-pattern-graph-paper { ... }
* .skew-45 { ... }
*
* Or if using a preprocessor or `postcss-import`:
*
* @import "utilities/background-patterns";
* @import "utilities/skew-transforms";
*/

23
assets/logo.svg Normal file
View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="48px" height="48px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
<polygon fill="#0D47A1" points="33,17 43,17 24,42 "/>
<polygon fill="#84FFFF" points="5,17 15,5 15,17 "/>
<polygon fill="#1976D2" points="33,5 33,17 43,17 "/>
<g>
<polygon fill="#0091EA" points="15,17 23.996,42.149 33,17 "/>
<polygon fill="#0091EA" points="15,5 24,5 15,17 "/>
<polygon fill="#0091EA" points="24,5 33,17 33,5 "/>
</g>
<g>
<polygon fill="#00B0FF" points="33,17 15,17 24,5 "/>
<polygon fill="#00B0FF" points="33,17 38,15 43,17 38,19 "/>
</g>
<g>
<polygon fill="#00E5FF" points="15,17 5,17 23.996,42.149 "/>
<polygon fill="#00E5FF" points="15,17 24,15 33,17 24,19 "/>
</g>
<polygon fill="#E0F7FA" points="5,17 10,15 15,17 10,19 "/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB