Skip to content

Commit

Permalink
frontend: minor styling chore
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Nov 2, 2022
1 parent 8ea612d commit 1d860a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/frontend/src/styles/GlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ import tw, { css, GlobalStyles as BaseStyles } from 'twin.macro'

const customStyles = css`
html {
scroll-behavior: smooth;
${tw`scroll-smooth antialiased`}
}
body {
${tw`antialiased bg-black text-white font-mono`}
${tw`bg-black text-white font-mono`}
${tw`h-screen min-h-screen relative`}
}
#__next,
#__next > div {
${tw`h-full min-h-full flex flex-col relative`}
Expand Down
1 change: 0 additions & 1 deletion packages/frontend/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const colors = require('tailwindcss/colors')
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/pages/**/*.{js,ts,jsx,tsx}', './src/components/**/*.{js,ts,jsx,tsx}'],
darkMode: 'class',
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 1d860a1

Please sign in to comment.