+color
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
8061eb3f97
commit
b35bd50a1e
1 changed files with 8 additions and 1 deletions
|
@ -84,10 +84,17 @@ pre {
|
|||
}
|
||||
|
||||
.feedbutton {
|
||||
background: #ffffff;
|
||||
background: #ffffff !important;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.feedbutton:hover {
|
||||
background: #ffffff !important;
|
||||
color: #000000;
|
||||
border: 1px dotted #c0c0c0;
|
||||
}
|
||||
|
||||
|
||||
.header {
|
||||
background: #ffffff;
|
||||
border: none;
|
||||
|
|
Loading…
Reference in a new issue