Skip to content

Commit 2ffce07

Browse files
committed
banner color and text
1 parent 72d5108 commit 2ffce07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
min-width: 330px;
113113
margin-bottom: 50px;
114114
border-radius: 0px 0px 10px 10px;
115-
background-color: var(--banner-red);
115+
background-color: var(--banner-blue);
116116
}
117117

118118
div.news-banner-text {

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: QuPath is cross-platform, user-friendly open source software for di
2626
logo: assets/images/favicon.ico
2727

2828
#Banner
29-
banner: <a href="https://github.com/qupath/qupath/releases/tag/v0.6.0-rc5" target=blank>Early release candidate for v0.6.0-rc5 now available for testing!</a>
29+
banner: <a href="https://github.com/qupath/qupath/releases/tag/v0.6.0" target=blank>Version 0.6.0 is here!</a>
3030

3131
#Hero content
3232
hero-heading: QuPath

0 commit comments

Comments
 (0)