mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-02 22:06:28 +00:00
20 lines
212 B
CSS
20 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)")";
|
||
|
}
|