Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit dc85b64

Browse files
committed
fix: Brighter color for "has moved" bar
Need to make it stand out once a user has clicked the notification.
1 parent e4216a7 commit dc85b64

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

asset/sass/blocks/_laminas-announcement.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.laminas-announcement {
2-
background-color: $header-footer-bg-color;
2+
background-color: rgb(229, 0, 125);
33
color: white;
44
margin-bottom: $padding-large-vertical * 4;
55
padding: $padding-large-vertical 0;
@@ -16,7 +16,7 @@
1616

1717
&:hover,
1818
&:focus {
19-
text-decoration: none;
19+
text-decoration: underline;
2020
}
2121
}
2222
}

css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ <h1 class="header__title">
136136
<div class="laminas-announcement">
137137
<div class="container">
138138
<div class="row">
139-
<div class="col-xs-12"> This project has moved; please refer to the <a href="https://docs.laminas.dev">Laminas Project documentation</a>.
139+
<div class="col-xs-12">
140+
<strong>This project has moved; please refer to the <a href="https://docs.laminas.dev">Laminas Project documentation</a>.</strong>
140141
</div>
141142
</div>
142143
</div>

0 commit comments

Comments
 (0)