Add article ins/del highlight

This commit is contained in:
Dennis Eichhorn 2019-02-14 23:43:35 +01:00
parent 7a189b5044
commit cd72c93808
3 changed files with 27 additions and 0 deletions

View File

@ -23,6 +23,13 @@ article {
padding: 10px;
margin: 0;
font-size: 0.9rem; }
article del, article ins {
padding: 3px;
text-decoration: none; }
article del {
background: #ff9e9e; }
article ins {
background: #b0f3b0; }
article h1, article h2, article h3, article h4, article h5, article h6 {
font-weight: bold; }
article h1 {

View File

@ -6,6 +6,19 @@ article {
margin: 0;
font-size: 0.9rem;
del, ins {
padding: 3px;
text-decoration: none;
}
del {
background: #ff9e9e;
}
ins {
background: #b0f3b0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
//padding-bottom: 1rem;

View File

@ -3238,6 +3238,13 @@ article {
padding: 10px;
margin: 0;
font-size: 0.9rem; }
article del, article ins {
padding: 3px;
text-decoration: none; }
article del {
background: #ff9e9e; }
article ins {
background: #b0f3b0; }
article h1, article h2, article h3, article h4, article h5, article h6 {
font-weight: bold; }
article h1 {