Update sermon.css
This commit is contained in:
parent
55cfd78011
commit
3dc12a6cac
1 changed files with 13 additions and 13 deletions
26
sermon.css
26
sermon.css
|
|
@ -11,25 +11,25 @@ Original License: MIT (https://github.com/rnd195/my-marp-themes/blob/live/licens
|
|||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||
|
||||
:root {
|
||||
--colorh1: #393552;
|
||||
--colorh2: #393552;
|
||||
--colorh3: #393552;
|
||||
--colorh4: #393552;
|
||||
--colorh5: #393552;
|
||||
--colorh6: #842174;
|
||||
--colorh1: #265770;
|
||||
--colorh2: #265770;
|
||||
--colorh3: #265770;
|
||||
--colorh4: #265770;
|
||||
--colorh5: #265770;
|
||||
--colorh6: #265770;
|
||||
--colortext: #393552;
|
||||
--colorleadh2: #333;
|
||||
--colorleadh2: #265770;
|
||||
--colorleadtext: #333;
|
||||
--colorleadborder: #333;
|
||||
--colorbottombar: #842174;
|
||||
--colorcite: #842174;
|
||||
--colormark: #84217427;
|
||||
--colorbottombar: #354652;
|
||||
--colorcite: #2d5f83;
|
||||
--colormark: #ffffa590;
|
||||
--colorprecode: #ffffff80;
|
||||
--colorblockquote: #000;
|
||||
--colorbg: #ffffff;
|
||||
--gradient-start: #e1c2e1;
|
||||
--gradient-end: #e1c2a9;
|
||||
--gradient-direction: to top right;
|
||||
--gradient-start: #FFF;
|
||||
--gradient-end: #C4E7FF;
|
||||
--gradient-direction: to bottom left ;
|
||||
|
||||
font-family: 'Ubuntu', sans-serif;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue