Skip to content

Commit

Permalink
cleaning styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaradityaraj committed Sep 4, 2024
1 parent 9cb7cfa commit 9545999
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/data-index-webapp/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
return {
dataIndexWebapp: {
dev: {
port: 9025,
port: 9026,
},
},
};
Expand Down
20 changes: 7 additions & 13 deletions packages/data-index-webapp/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
body {
margin: 0px;
padding: 0px;
}

.maindiv {
font-family: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
background-color: #fff;
Expand Down Expand Up @@ -53,15 +58,7 @@ p {
}

@media (prefers-color-scheme: dark) {
body {
margin: 0px;
padding: 0px;
}
.maindiv {
background-color: #232121;
color: #fff;
}

.maindiv,
.container {
background-color: #232121;
}
Expand All @@ -70,10 +67,7 @@ p {
color: #e44c3b;
}

h4 {
color: #fefefe;
}

h4,
p {
color: #fefefe;
}
Expand Down

0 comments on commit 9545999

Please sign in to comment.