第8次课

This commit is contained in:
2024-03-27 23:48:34 +08:00
parent 8f7341bba4
commit 8461250a74
501 changed files with 1730145 additions and 908 deletions

View File

@@ -1,7 +1,7 @@
:root {
--r-background-color: #fff;
--r-main-font: Source Sans Pro, simhei, microsoft yahei;
--r-main-font-size: 32px;
--r-main-font-size: 28px;
--r-main-color: #222;
--r-block-margin: 12px;
--r-heading-margin: 0 0 12px 0;
@@ -320,11 +320,11 @@ figure > figcaption {
background-color: #554433;
line-height: 1.2em;
color: #fff;
font-size: x-large;
/* font-size: x-large; */
}
.reveal pre code:hover{
font-size: xx-large;
font-size: x-large;
line-height: 120%;
}
@@ -337,9 +337,9 @@ section#title-slide p.subtitle {
.reveal div.sourceCode pre code {
background-color: #002233;
min-height: 100%;
font-size: x-large;
/* font-size: x-large; */
}
.reveal div.sourceCode pre code:hover {
font-size: xx-large;
font-size: x-large;
}