diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-23 09:40:35 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-23 09:40:35 +0200 |
commit | 8444bb0600f2432835a7ceaad8c87d4e63f26bd4 (patch) | |
tree | d56ca95f3725c5d52c3088a53d4c85e062f6a783 /css/style-light.css | |
parent | e682978e5b5da7c40ffd3854bd35e2d4e28dcdc8 (diff) | |
parent | 37f2773aa548a92456570083abcf9776f5774906 (diff) | |
download | wallabag-8444bb0600f2432835a7ceaad8c87d4e63f26bd4.tar.gz wallabag-8444bb0600f2432835a7ceaad8c87d4e63f26bd4.tar.zst wallabag-8444bb0600f2432835a7ceaad8c87d4e63f26bd4.zip |
Merge branch 'master' of github.com:inthepoche/poche
Diffstat (limited to 'css/style-light.css')
-rw-r--r-- | css/style-light.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/style-light.css b/css/style-light.css index 5b9c6c11..cd2384c3 100644 --- a/css/style-light.css +++ b/css/style-light.css | |||
@@ -8,6 +8,16 @@ a, a:hover, a:visited { | |||
8 | color: #000; | 8 | color: #000; |
9 | } | 9 | } |
10 | 10 | ||
11 | .bouton { | ||
12 | background-color: #000; | ||
13 | color: #fff; | ||
14 | border: none; | ||
15 | } | ||
16 | .bouton:hover { | ||
17 | background-color: #222222; | ||
18 | color: #F1F1F1; | ||
19 | } | ||
20 | |||
11 | #main ul#links li a.current { | 21 | #main ul#links li a.current { |
12 | background-color: #000; | 22 | background-color: #000; |
13 | color: #fff; | 23 | color: #fff; |