Make design more Neumorphic Dark-Mode

This commit is contained in:
Sam Carlton 2020-09-19 20:54:24 -05:00
parent 1386676ae6
commit 2a59db41d3
4 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="app-wrapper text-gray-300 bg-gray-800">
<div class="app-wrapper text-gray-300 bg-gradient-to-bl from-dark to-darker bg-fixed">
<Navbar />
<div class="app-main min-h-screen flex items-center">
<nuxt />
@ -31,6 +31,8 @@ html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
/* background: #3e3d42; */
}
*,