Skip to content

Commit

Permalink
ui updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Jan 8, 2025
1 parent 50641fa commit b53cf3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,12 @@ table tr td {
}

.about-notice {
--shadow-color: 0deg 0% 63%;
--shadow-elevation-low: 0.3px 0.5px 0.7px hsl(0deg 0% 63% / 61%), 0.4px 0.8px 1px -1.2px hsl(var(--shadow-color) / 0.34), 1px 2px 2.5px -2.5px hsl(var(--shadow-color) / 0.34);
background-color: #ecf0ff;
padding: 20px;
border-radius: 10px;
box-shadow: var(--shadow-elevation-low);
}

.about-author-container {
Expand Down

0 comments on commit b53cf3a

Please sign in to comment.