summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-25 16:01:08 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-25 16:01:08 -0400
commit7af67934cf67d40e1471b519ecdf06343203c6f6 (patch)
tree5f65999d6be510c8f96e00be116f34ac1bf0ce83 /assets
parent45b5e8b879c1135398790cf988434188aa062cd4 (diff)
Add icons and shortcuts to the board (pull-request #348)
Diffstat (limited to 'assets')
-rw-r--r--assets/css/app.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index 630d94c5..c767cab1 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -522,6 +522,15 @@ nav .active a {
border-bottom: 1px dotted red;
}
+.page-header h2 a {
+ color: #ddd;
+}
+
+.page-header h2 a:focus,
+.page-header h2 a:hover {
+ color: #333;
+}
+
.page-header ul {
text-align: left;
margin-top: 5px;