From 841f131a92289aadc1b329d0c6eaea5645ad0ef4 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 28 May 2022 13:19:50 -0400 Subject: templates: update weather.tmpl Add link to search page. --- static/peach.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'static/peach.css') diff --git a/static/peach.css b/static/peach.css index a25aa66..7cbabb4 100644 --- a/static/peach.css +++ b/static/peach.css @@ -113,6 +113,24 @@ body { color: rgb(150,150,150) } +.search-link-container { + position: absolute; + right: 0px; + top: 30px; + font-size: 1.5em; + font-weight: 900; + transform: rotate(-45deg); +} + +.search-link-container a { + text-decoration: none; + color: rgb(255,255,255); +} + +.search-link-container a:after { + content: '➤'; + color: rgb(0,0,0); +} /** search **/ .search-container .search-form { -- cgit v1.2.3