mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-16 18:01:38 +00:00
fix #80: add a link in the footer to report a wrong display
This commit is contained in:
parent
3db95a85de
commit
70b5d24f72
4 changed files with 11 additions and 4 deletions
|
@ -13,7 +13,7 @@ a, a:hover, a:visited {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
#links a:hover, .backhome a:hover{
|
||||
#links a:hover, .backhome a:hover, .support a:hover{
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ a, a:hover, a:visited {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
#links a:hover, .backhome a:hover{
|
||||
#links a:hover, .backhome a:hover, .support a:hover{
|
||||
background-color: #040707;
|
||||
color: #F1F1F1;
|
||||
}
|
||||
|
|
|
@ -46,15 +46,19 @@ header {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#links a, .backhome a{
|
||||
#links a, .backhome a, .support a{
|
||||
text-decoration: none;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
#links a:hover, .backhome a:hover{
|
||||
#links a:hover, .backhome a:hover, .support a:hover{
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.support {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue