Skip to content

Commit

Permalink
border tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 11, 2024
1 parent 04e28b1 commit a0815c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/aws_dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Set up the Theme Manager
tm = ThemeManager()
tm.set_theme("quartz_dark")
tm.set_theme("dark")
css_files = tm.css_files()
print(css_files)

Expand Down
4 changes: 2 additions & 2 deletions src/sageworks/themes/light/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ b, strong {
[class*="ag-theme-"] {
box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.3); /* Drop shadow */
border-radius: 12px; /* Rounded corners */
border: 0.5px solid rgba(0, 0, 0, 0.5);
border: 0.5px solid rgba(0, 0, 205, 0.5);
margin: 0;
padding: 0;
}
Expand All @@ -53,7 +53,7 @@ b, strong {
.plotly {
box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.3); /* Drop shadow */
border-radius: 12px; /* Rounded corners */
border: 0.5px solid rgba(0, 0, 0, 0.5);
border: 0.5px solid rgba(0, 0, 205, 0.5);
margin: 30px; /* Space around the figure */
padding: 30px; /* Inner padding */
overflow: hidden; /* Ensure contents fit inside the rounded corners */
Expand Down

0 comments on commit a0815c1

Please sign in to comment.