diff options
Diffstat (limited to 'static')
-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 { |