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");
|
@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 {
|
:root {
|
||||||
--colorh1: #393552;
|
--colorh1: #265770;
|
||||||
--colorh2: #393552;
|
--colorh2: #265770;
|
||||||
--colorh3: #393552;
|
--colorh3: #265770;
|
||||||
--colorh4: #393552;
|
--colorh4: #265770;
|
||||||
--colorh5: #393552;
|
--colorh5: #265770;
|
||||||
--colorh6: #842174;
|
--colorh6: #265770;
|
||||||
--colortext: #393552;
|
--colortext: #393552;
|
||||||
--colorleadh2: #333;
|
--colorleadh2: #265770;
|
||||||
--colorleadtext: #333;
|
--colorleadtext: #333;
|
||||||
--colorleadborder: #333;
|
--colorleadborder: #333;
|
||||||
--colorbottombar: #842174;
|
--colorbottombar: #354652;
|
||||||
--colorcite: #842174;
|
--colorcite: #2d5f83;
|
||||||
--colormark: #84217427;
|
--colormark: #ffffa590;
|
||||||
--colorprecode: #ffffff80;
|
--colorprecode: #ffffff80;
|
||||||
--colorblockquote: #000;
|
--colorblockquote: #000;
|
||||||
--colorbg: #ffffff;
|
--colorbg: #ffffff;
|
||||||
--gradient-start: #e1c2e1;
|
--gradient-start: #FFF;
|
||||||
--gradient-end: #e1c2a9;
|
--gradient-end: #C4E7FF;
|
||||||
--gradient-direction: to top right;
|
--gradient-direction: to bottom left ;
|
||||||
|
|
||||||
font-family: 'Ubuntu', sans-serif;
|
font-family: 'Ubuntu', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue