diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2017-06-07 17:57:20 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2017-06-07 17:57:20 +0200 |
commit | 495f70f38549d9c2ab2205777827172fab6845c1 (patch) | |
tree | d1846259d90830c95970eefc809edfcc50c66334 /assets | |
parent | aa32d5c55bacf69ec05c8ca617079cd2844c120f (diff) | |
download | irssi.github.io-495f70f38549d9c2ab2205777827172fab6845c1.zip |
make room in nav
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index cf2d501..869353a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -85,6 +85,23 @@ h3 a { color: #333; } +.navbar-inverse .navbar-header > a.navbar-brand { + opacity: 0.62; +} + +.navbar-inverse .navbar-header > a.navbar-brand:hover, +.navbar-inverse .navbar-header > a.navbar-brand:focus { + opacity: 1; +} + +.navbar-inverse .navbar-header > a.navbar-brand.active, +.navbar-inverse .navbar-header > a.navbar-brand.active:hover, +.navbar-inverse .navbar-header > a.navbar-brand.active:focus { + opacity: 1; + color: #fff; + background-color: #080808; +} + /* Position the irssi logo */ .navbar-brand img { margin-top: -14px; |