CSS tweaks
This commit is contained in:
parent
aafc207b43
commit
1de718526c
@ -21,20 +21,22 @@ class FeedItem extends HTMLElement {
|
||||
width: 100% !important;
|
||||
overflow: scroll !important;
|
||||
overflow-x: auto !important;
|
||||
font-size: 18px;
|
||||
}
|
||||
* {
|
||||
max-width: 100% !important;
|
||||
height: auto !important;
|
||||
float: none !important;
|
||||
}
|
||||
table {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
img {
|
||||
margin: auto auto !important;
|
||||
}
|
||||
p {
|
||||
font-family: charter, Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 21px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
letter-spacing: -0.063px;
|
||||
@ -47,6 +49,9 @@ class FeedItem extends HTMLElement {
|
||||
:host(.dark) a {
|
||||
color: #ccc;
|
||||
}
|
||||
a:hover, :host(.dark) a:hover {
|
||||
color: #ff2e88;
|
||||
}
|
||||
|
||||
</style>
|
||||
`;
|
||||
|
@ -1,3 +1,6 @@
|
||||
body {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user