summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css17
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;