Skip to content

Commit

Permalink
announcement style
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Feb 23, 2024
1 parent fdf55d6 commit a9e576e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/asf_theme/assets/stylesheets/asf.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,22 @@ a {
.expert-rec-search {
margin-top: 10px;
}

#announcement-content {
font-weight: bold;
text-align: center;
}

a.announcement-link {
color: #33adff;
text-decoration: underline;
}

/*
Without this block, there is a non-clickable, apparently useless X icon displayed
on the right-hand side of the announcement bar, near the real X button.
This block hides that element.
*/
i.fa.fa-times::before {
display: none;
}

0 comments on commit a9e576e

Please sign in to comment.