+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 {
|
.feedbutton {
|
||||||
background: #ffffff;
|
background: #ffffff !important;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feedbutton:hover {
|
||||||
|
background: #ffffff !important;
|
||||||
|
color: #000000;
|
||||||
|
border: 1px dotted #c0c0c0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue