Skip to content

Commit

Permalink
Remove box-shadow and make bg-color match table
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Jan 15, 2025
1 parent 4161d9a commit 9b90fe8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Chain/Chain.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
min-height: 100%;
background: #2c2b2b;
color: #fff;
box-shadow: rgba(0, 0, 0, 0.5) 0 3px 30px;
}
1 change: 1 addition & 0 deletions frontend/src/components/Chain/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
color: #000;
min-width: 1350px;
position: relative;
background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgb(255, 255, 255) 17%), white;
}

.Header-tabs {
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
box-sizing: border-box;
}

html, body {
background-color: #2c2b2b;
}

body {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 9b90fe8

Please sign in to comment.