commit | 4627016f3abff0a288eb48aed2447116b05280a4 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sun Feb 13 12:06:17 2022 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Sun Feb 13 12:06:17 2022 +0000 |
tree | 6c16e00712f1e5ee7d25c817feccac91c17852bb | |
parent | 15b813df080d9a87c3046ce30ed51f89a321b8f4 [diff] [blame] |
more redesigning stuff
diff --git a/Components/Texttools.js b/Components/Texttools.js index 5f929bd..b8f6771 100644 --- a/Components/Texttools.js +++ b/Components/Texttools.js
@@ -51,7 +51,7 @@ if ( this.props.clickable === false) { return <pre className={Styles.code} - style={{color: `#${this.props.colour}`, boxShadow: `0px -3px 10px 2px #000000`}} + style={{color: `#${this.props.colour}`, boxShadow: `0px -3px 10px 2px #424242`}} >{this.props.children}</pre> } else { return <Popover