aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/theme/ThemeProvider.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-04-11 10:45:10 -0700
committerjackyzha0 <[email protected]>2021-04-11 10:45:10 -0700
commit3f0cdc02b275e24771226417c442125f74bcd8c1 (patch)
treecb260e22f9f92fb8e4afd6c05a26ebe62e804b1a /frontend/src/theme/ThemeProvider.js
parentbase next refactor (diff)
downloadctrl-v-3f0cdc02b275e24771226417c442125f74bcd8c1.tar.xz
ctrl-v-3f0cdc02b275e24771226417c442125f74bcd8c1.zip
safely remove style.css
Diffstat (limited to 'frontend/src/theme/ThemeProvider.js')
-rw-r--r--frontend/src/theme/ThemeProvider.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/theme/ThemeProvider.js b/frontend/src/theme/ThemeProvider.js
index 942bc40..57d57ef 100644
--- a/frontend/src/theme/ThemeProvider.js
+++ b/frontend/src/theme/ThemeProvider.js
@@ -4,6 +4,7 @@ import { ThemeProvider } from 'styled-components'
const theme = {
colors: {
background: '#faf9f5',
+ codeHighlight: '#00000008',
border: '#565656',
text: '#111111',
error: '#ee1111',