diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-17 18:33:41 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-17 18:33:41 -0600 |
commit | 22b15f833d388d2fed12b7f4dcd917c57712cbec (patch) | |
tree | 24b7047e5e4f8193dd42fd7fed6c70e4e2dd0cec /src/index.css | |
parent | f929e5156cb1941beb2f5329e7b9b8fae4c7691b (diff) | |
download | ToDo-App-FE-22b15f833d388d2fed12b7f4dcd917c57712cbec.tar.gz ToDo-App-FE-22b15f833d388d2fed12b7f4dcd917c57712cbec.zip |
Added bootstrap library.
We now have better looking assets!
Diffstat (limited to 'src/index.css')
-rw-r--r-- | src/index.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/index.css b/src/index.css deleted file mode 100644 index 4a1df4d..0000000 --- a/src/index.css +++ /dev/null @@ -1,13 +0,0 @@ -body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", - "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", - monospace; -} |