Skip to content

Commit

Permalink
(#420) web: update styles of palette
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 20, 2024
1 parent bb1ef78 commit 793f4eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<style>
body {
margin: 0;
background: #f4f4f9;
}
.split-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
.profile-paper {
margin: 30px auto;
max-width: 1200px;
background-color: #f7f9fc;
background-color: var(--mud-palette-surface);;
border-radius: 12px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
Expand Down Expand Up @@ -455,7 +455,7 @@
.modern-card {
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
background-color: var(--mud-palette-surface);
}
.icon-margin {
Expand Down Expand Up @@ -486,7 +486,7 @@
.skill-interest-item {
margin-right: 8px;
margin-bottom: 8px;
background-color: #f5f5f5;
background-color: var(--mud-palette-secondary);
padding: 2px 6px;
border-radius: 4px;
line-height: 1.2; /* Ensures good vertical spacing */
Expand Down
4 changes: 2 additions & 2 deletions MiniSpace.Web/src/Astravent.Web.Wasm/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ html, body {

.breadcrumbs-container {
padding: 12px 24px;
background-color: #f9f9f9;
background-color: var(--mud-palette-background-gray);
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin: 20px 0 20px 0 !important;
Expand Down Expand Up @@ -961,7 +961,7 @@ div.connectionRejected {
justify-content: center;
align-items: center;
height: 100vh;
background-color: #ffffff;
/* background-color: #ffffff; */
position: relative;
transition: opacity 0.5s ease, visibility 0.5s ease;
}
Expand Down

0 comments on commit 793f4eb

Please sign in to comment.