1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-02 16:38:38 +00:00

background sur le menu pour savoir sur quelle page on se trouve

This commit is contained in:
nicosomb 2013-04-09 11:49:22 +02:00
parent d08318e4dd
commit 8784f0956b
2 changed files with 12 additions and 3 deletions

View file

@ -49,6 +49,14 @@ header {
#main ul#links li {
display: inline;
}
#main ul#links li a.current {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #040707;
color: #F1F1F1;
}
#links a, .backhome a{
text-decoration: none;
padding: 5px 10px;