Skip to content

Commit 8992dd8

Browse files
committed
Footer color Turquoise
2 parents 60acbcc + a9c8bfc commit 8992dd8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,20 @@
99
1010
:warning: **This project, CC’s Legal Database, is undergoing a reimplementation using Django, you can see a preview running on [Heroku](https://cc-caselaw.herokuapp.com/).**
1111

12+
1213
Visit the current website: **[CC Legal Database [Beta]][website]**.
1314

1415
[website]: https://labs.creativecommons.org/caselaw/
1516

17+
> :warning: **This project is under active development in the
18+
> [`develop`][devbranch] branch.** For more information, see:
19+
> - [Posts in the Outreachy May 2020 round: CC Legal Database
20+
> series][blogseries]
21+
22+
[devbranch]: https://github.com/creativecommons/caselaw/tree/develop
23+
[blogseries]: https://opensource.creativecommons.org/blog/entries/legal-database-a-new-beginning/#series
24+
25+
1626

1727
## Code of Conduct
1828

legal_db/static/styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$color-tomato: rgb(237, 89, 47);
22
$color-brighter-tomato: rgb(255, 105, 51);
3+
$color-dark-turquoise: rgb(5, 181, 218);
34
$color-forest-green:rgb(4,166,53);
45
$color-dark-slate-blue: rgb(60, 92, 153);
56
$color-dark-gray: rgb(118, 118, 118);
@@ -207,7 +208,7 @@ a, a:hover {
207208
}
208209

209210
footer a:hover {
210-
color: $color-forest-green;
211+
color: $color-dark-turquoise;
211212
}
212213

213214
.hero {

0 commit comments

Comments
 (0)