aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/notice.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/notice.js b/ui/app/notice.js
index 0b59ebef8..3c2c746f2 100644
--- a/ui/app/notice.js
+++ b/ui/app/notice.js
@@ -76,7 +76,7 @@ Notice.prototype.render = function () {
}
.markdown a {
- color: blue;
+ color: #df6b0e;
}
`),
@@ -91,7 +91,6 @@ Notice.prototype.render = function () {
scroll: 'auto',
},
}, [
- `${props.lastUnreadNotice.title}`,
h(ReactMarkdown, {
source: props.lastUnreadNotice.body,
skipHtml: true,