Skip to content

Commit

Permalink
build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Sep 12, 2024
1 parent 4fc0029 commit ff447ee
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
10 changes: 10 additions & 0 deletions css/ehui-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ code,
padding: 1rem;
}

.extra .box {
background-color: #FBFCFC;
border-color: #FBFCFC;
}

.hero {
border-bottom: 0.2rem solid #E1E2E6;
text-align: center;
Expand Down Expand Up @@ -1804,6 +1809,11 @@ code,
padding: 1rem;
}

.extra .box {
background-color: #20202E;
border-color: #20202E;
}

.hero {
border-bottom: 0.2rem solid #2E2E42;
text-align: center;
Expand Down
5 changes: 5 additions & 0 deletions css/ehui-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ code,
padding: 1rem;
}

.extra .box {
background-color: #20202E;
border-color: #20202E;
}

.hero {
border-bottom: 0.2rem solid #2E2E42;
text-align: center;
Expand Down
5 changes: 5 additions & 0 deletions css/ehui-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ code,
padding: 1rem;
}

.extra .box {
background-color: #FBFCFC;
border-color: #FBFCFC;
}

.hero {
border-bottom: 0.2rem solid #E1E2E6;
text-align: center;
Expand Down
4 changes: 2 additions & 2 deletions site/css/ehui-auto.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit ff447ee

Please sign in to comment.