diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 13:19:50 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 13:19:50 -0400 |
commit | 841f131a92289aadc1b329d0c6eaea5645ad0ef4 (patch) | |
tree | c5066e6e8cfb65f08b8283ee7bd3ba73afead700 /static/peach.css | |
parent | a95c92c018d7b3dec9bd2fc3485671fe7292b414 (diff) |
templates: update weather.tmpl
Add link to search page.
Diffstat (limited to 'static/peach.css')
-rw-r--r-- | static/peach.css | 18 |
1 files changed, 18 insertions, 0 deletions
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 { |