mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 15:58:40 +00:00
Add article ins/del highlight
This commit is contained in:
parent
7a189b5044
commit
cd72c93808
|
|
@ -23,6 +23,13 @@ article {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.9rem; }
|
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 {
|
article h1, article h2, article h3, article h4, article h5, article h6 {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
article h1 {
|
article h1 {
|
||||||
|
|
|
||||||
13
article.scss
13
article.scss
|
|
@ -6,6 +6,19 @@ article {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
|
||||||
|
del, ins {
|
||||||
|
padding: 3px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
del {
|
||||||
|
background: #ff9e9e;
|
||||||
|
}
|
||||||
|
|
||||||
|
ins {
|
||||||
|
background: #b0f3b0;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
//padding-bottom: 1rem;
|
//padding-bottom: 1rem;
|
||||||
|
|
|
||||||
|
|
@ -3238,6 +3238,13 @@ article {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.9rem; }
|
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 {
|
article h1, article h2, article h3, article h4, article h5, article h6 {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
article h1 {
|
article h1 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user