diff options
Diffstat (limited to 'css/theme.css')
-rw-r--r-- | css/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme.css b/css/theme.css index 1e1111f..659f2ac 100644 --- a/css/theme.css +++ b/css/theme.css @@ -441,7 +441,7 @@ div#jqt.landscape .toolbar > h1 { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5))); border-bottom: 1px solid #111113; border-top: 1px solid #666; - color: #3e9ac3; + color: #ff8300; font-size: 16px; margin: 1px 0 0 0; padding: 2px 10px; |