diff options
Diffstat (limited to 'assets/css/src')
-rw-r--r-- | assets/css/src/header.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/src/header.css b/assets/css/src/header.css index 26573f89..188fc4b5 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -55,6 +55,12 @@ nav .active a { color: #d40000; } +/* title tooltip */ +header h1 .tooltip { + opacity: 0.3; + font-size: 0.6em; +} + /* page header */ .page-header { margin-bottom: 20px; |