Skip to content

Commit

Permalink
CSS UM colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoonen committed Aug 12, 2024
1 parent 8f4742c commit 15163e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
/* Main Color palette and fonts */

html {
--accent: #DB504A; /* accent */
--accent: #d2460f; /* accent */
--accent-dark: #4e3e51; /* accent 2 */
--main: #326273; /* main color */
--main-dim: #879dab; /* dimmed version of main color */
--text: #2B323B;
--main-dim: #666666; /* dimmed version of main color */
--text: #222222;
--grey1: #5F5E58;
--grey2: #8D897C;
--grey3: #B4B3A7;
Expand Down Expand Up @@ -624,7 +624,7 @@ svg {
}
.main-nav ul li a:hover {
opacity: .8;
color: var(--accent-dark);
color: var(--accent);
}
.menu-icon-container {
width: 25%;
Expand Down

0 comments on commit 15163e1

Please sign in to comment.