diff options
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index c09d7e88..6fd2c763 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -166,7 +166,13 @@ body > header a { } #global li { display: inline-block; - margin: 14px 12px 0 0; + padding: 14px; +} +#global li:hover { + background-color: #fff; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + cursor: pointer; + transition: background-color 0.2s ease-in; } #search { margin: 12px 20px 12px 0; @@ -176,16 +182,6 @@ body > header a { border: 1px solid #DDDDD5; padding: 4px; } -body > header nav li:after { - color: #AAA; - content: "|"; - display: inline-block; - margin-left: 12px; -} -body > header nav li:last-child:after { - display: none; -} - @media screen and (max-width: 850px) { body > header a { font-size: 12pt; @@ -537,7 +533,8 @@ q:before, q:after { content: ""; } -q, blockquote { +q, +blockquote { border-left: 3px solid #CCC; color: #666; display: block; |