diff --git a/client/src/App.scss b/client/src/App.scss index 5159b79..b033e62 100644 --- a/client/src/App.scss +++ b/client/src/App.scss @@ -20,7 +20,6 @@ #blob-view { margin-top: 20px; padding: 10px; - background: #eee; font-family: monospace; white-space: pre-wrap; @@ -30,7 +29,7 @@ width: 400px; text-align: left; - font-size: 10pt; + font-size: 75%; & .primitive { diff --git a/client/src/index.css b/client/src/index.css index b148058..8d8f072 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -1,3 +1,8 @@ +:root { + background: #101020; + color: white; +} + /* :root { --text: #6b6375; --text-h: #08060d;