figbertmath

[RADIOACTIVE] miscellaneous math programs in website form
git clone git://git.figbert.com/figbertmath.git
Log | Files | Refs | README

commit 27b9499e61e75483703b58d6e241b828dc9c724b
parent 9b80b3a93f0b537a26f81832a965114f8ff2dd64
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Thu, 21 Nov 2019 11:31:37 -0800

Change background to dark red, update ReactDOM to fix display error

Diffstat:
Msrc/index.css | 5+++++
Msrc/index.js | 5+++--
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/index.css b/src/index.css @@ -0,0 +1,4 @@ +body { + width: 100%; + background: #7e1221; +} +\ No newline at end of file diff --git a/src/index.js b/src/index.js @@ -5,5 +5,5 @@ import { App } from './App'; ReactDOM.render( <App />, - document.getElementById('root') -); + document.getElementById('app') +); +\ No newline at end of file