Remove box-shadow and make bg-color match table (#598)

This commit is contained in:
James Wilson
2025-01-16 11:01:07 +00:00
committed by GitHub
parent 4161d9a2a5
commit 635776328d
3 changed files with 5 additions and 1 deletions
-1
View File
@@ -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
View File
@@ -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 {
+4
View File
@@ -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;