|
|
@ -18,8 +18,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
font-family: "CascadiaCode VTT";
|
|
|
|
font-family: "CascadiaCode VTT";
|
|
|
|
border: 2px solid red;
|
|
|
|
}
|
|
|
|
margin: 50px;
|
|
|
|
|
|
|
|
|
|
|
|
article {
|
|
|
|
|
|
|
|
margin: 1cm .5cm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
ul {
|
|
|
@ -37,7 +39,6 @@ dd {
|
|
|
|
mark {
|
|
|
|
mark {
|
|
|
|
background: yellow;
|
|
|
|
background: yellow;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
padding-left: 0.5cm;
|
|
|
|
padding-left: 0.5cm;
|
|
|
|
font-family: "DuctusRegular";
|
|
|
|
font-family: "DuctusRegular";
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -49,4 +50,6 @@ h4,
|
|
|
|
h5,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
h6 {
|
|
|
|
font-family: "DuctusRegular";
|
|
|
|
font-family: "DuctusRegular";
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
text-justify: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|