Skip to content

Commit

Permalink
refactor: announcement banner color change
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzhu0 committed Oct 5, 2024
1 parent c10a7b3 commit dfab287
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 9 additions & 0 deletions intranet/static/css/dark/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@ a.button {
a.club-announcement-meta-link:hover {
color: rgb(196, 196, 196) !important;
}

.announcements {
.announcement-banner {
background-color: #000000;
}
.announcement-link {
color: #a3a3a3;
}
}
8 changes: 3 additions & 5 deletions intranet/static/css/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
}

.announcement-banner {
background-color: #fff3cd;
color: #533f05;
border: 1px solid #fbe298;
background-color: #e0e0e0;
padding: 10px;
margin-bottom: 15px;
margin-top: 10px;
Expand All @@ -30,13 +28,13 @@
}

.announcement-link {
color: #856404;
color: #6c6c6c;
font-weight: bold;
text-decoration: underline;
}

.announcement-link:hover {
color: #251900;
color: #464646;
}
}

Expand Down

0 comments on commit dfab287

Please sign in to comment.