hacker-news: Clickable banner.

db4
Doug Coleman 2012-09-24 13:48:01 -07:00
parent 350bf5d316
commit ff030b9c55
1 changed files with 2 additions and 1 deletions

View File

@ -75,11 +75,12 @@ PRIVATE>
: banner. ( -- ) : banner. ( -- )
"Hacker News" "Hacker News"
"http://news.ycombinator.com" >url presented associate
H{ H{
{ font-size 20 } { font-size 20 }
{ font-style bold } { font-style bold }
{ background HEXCOLOR: ff6600 } { background HEXCOLOR: ff6600 }
} format nl ; } assoc-union format nl ;
: hacker-news. ( -- ) : hacker-news. ( -- )
hacker-news-items banner. hacker-news-items banner.