diff options
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r-- | src/main/assets/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index fab760fb..9179ab80 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -100,7 +100,7 @@ html { } body > header { background: #f8f8f8; - box-shadow: 0 0 3px rgba(0, 0, 0, .28); + box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); position: fixed; top: 0; width: 100%; @@ -191,7 +191,7 @@ body > header { padding: 4px 20px; transition: background 0.3s ease-out; } -.msg-cont>nav.l a:hover, +.msg-cont > nav.l a:hover, #global a:hover { color: #fff; transition: background 0.3s ease-out; |