Update sermon.css
This commit is contained in:
parent
7eee473c6e
commit
4be660e229
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ Original License: MIT (https://github.com/rnd195/my-marp-themes/blob/live/licens
|
|||
--colorleadborder: #333;
|
||||
--colorbottombar: #842174;
|
||||
--colorcite: #842174;
|
||||
--mark: #84217427;
|
||||
--colormark: #84217427;
|
||||
--colorprecode: #ffffff80;
|
||||
--colorblockquote: #000;
|
||||
--colorbg: #ffffff;
|
||||
|
|
@ -79,7 +79,7 @@ pre code {
|
|||
}
|
||||
|
||||
mark {
|
||||
background-color: var(--mark);
|
||||
background-color: var(--colormark);
|
||||
padding: 0 4px; /* Etwas mehr Luft an den Seiten sieht meist besser aus */
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue