Skip to content

Commit

Permalink
Make background color white on all pages by refactoring CSS into an i…
Browse files Browse the repository at this point in the history
…ndex.css

Signed-off-by: Christoph Niehoff <[email protected]>
  • Loading branch information
ChristophNiehoff committed Dec 12, 2024
1 parent b2cdd8d commit 9c800c2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions apps/client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import App from './pages/app';
import Create from './pages/create';
import RandomCard from './pages/random-card';

import './styles/index.css';
import 'bootstrap/dist/css/bootstrap.min.css';

const container = document.getElementById('root');
Expand Down
2 changes: 0 additions & 2 deletions apps/client/src/pages/about.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import '../styles/about.css';

import type React from 'react';
import type { FC } from 'react';
import { Card, CardBody, CardHeader, Col, Container, Row } from 'reactstrap';
Expand Down
2 changes: 0 additions & 2 deletions apps/client/src/pages/random-card.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import '../styles/random-card.css';

import React, { FC } from 'react';
import { Card, CardBody, CardHeader, Col, Container, Row } from 'reactstrap';
import Banner from '../components/banner/banner';
Expand Down
4 changes: 0 additions & 4 deletions apps/client/src/styles/create.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
html body {
background-color: #fff;
}

table {
table-layout: auto;
word-wrap: break-word;
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions apps/client/src/styles/random-card.css

This file was deleted.

0 comments on commit 9c800c2

Please sign in to comment.