diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 56812f2..405bde4 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -389,6 +389,11 @@ p { height: 20px; } +/* News icon colors. */ +#newsSVG { + stroke: #ffffff; +} + /* Twitter icon colors. */ #twitterSVG:hover { fill: #1da1f2; diff --git a/app/assets/images/icons/news.svg b/app/assets/images/icons/news.svg new file mode 100644 index 0000000..775578d --- /dev/null +++ b/app/assets/images/icons/news.svg @@ -0,0 +1,14 @@ + + + + + News + + + + + + + + + \ No newline at end of file diff --git a/app/index.ejs b/app/index.ejs index eafd503..6662e9a 100644 --- a/app/index.ejs +++ b/app/index.ejs @@ -33,14 +33,19 @@
- + + + + + + - - - - - - + + + + + +