Skip to content

Commit 793f4eb

Browse files
committed
(#420) web: update styles of palette
1 parent bb1ef78 commit 793f4eb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

MiniSpace.Web/src/Astravent.Web.Wasm/Pages/Account/SignIn.razor

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<style>
1515
body {
1616
margin: 0;
17-
background: #f4f4f9;
1817
}
1918
2019
.split-container {

MiniSpace.Web/src/Astravent.Web.Wasm/Pages/Feeds/UserInformation.razor

+3-3
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
.profile-paper {
412412
margin: 30px auto;
413413
max-width: 1200px;
414-
background-color: #f7f9fc;
414+
background-color: var(--mud-palette-surface);;
415415
border-radius: 12px;
416416
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
417417
}
@@ -455,7 +455,7 @@
455455
.modern-card {
456456
border-radius: 10px;
457457
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
458-
background-color: #ffffff;
458+
background-color: var(--mud-palette-surface);
459459
}
460460
461461
.icon-margin {
@@ -486,7 +486,7 @@
486486
.skill-interest-item {
487487
margin-right: 8px;
488488
margin-bottom: 8px;
489-
background-color: #f5f5f5;
489+
background-color: var(--mud-palette-secondary);
490490
padding: 2px 6px;
491491
border-radius: 4px;
492492
line-height: 1.2; /* Ensures good vertical spacing */

MiniSpace.Web/src/Astravent.Web.Wasm/wwwroot/css/site.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ html, body {
292292

293293
.breadcrumbs-container {
294294
padding: 12px 24px;
295-
background-color: #f9f9f9;
295+
background-color: var(--mud-palette-background-gray);
296296
border-radius: 5px;
297297
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
298298
margin: 20px 0 20px 0 !important;
@@ -961,7 +961,7 @@ div.connectionRejected {
961961
justify-content: center;
962962
align-items: center;
963963
height: 100vh;
964-
background-color: #ffffff;
964+
/* background-color: #ffffff; */
965965
position: relative;
966966
transition: opacity 0.5s ease, visibility 0.5s ease;
967967
}

0 commit comments

Comments
 (0)