mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-30 21:11:02 +00:00
19 lines
212 B
CSS
19 lines
212 B
CSS
body > header,
|
|
body > footer,
|
|
a.top_link,
|
|
div.tools,
|
|
header div
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
article
|
|
{
|
|
border: none !important;
|
|
}
|
|
|
|
div.vieworiginal a::after
|
|
{
|
|
margin-left: 5px;
|
|
content: "("attr(href)")";
|
|
}
|