update css

This commit is contained in:
2024-03-21 00:45:08 +08:00
parent 74c343770f
commit 6839594240
4 changed files with 24 additions and 2 deletions

View File

@@ -154,6 +154,14 @@ section#TOC a:hover {
list-style-type: circle;
}
li:hover {
font-weight: bold;
}
.reveal p:hover {
font-weight: bold;
}
.reveal ul li {
line-height: 1.2em;
}
@@ -315,6 +323,11 @@ figure > figcaption {
font-size: x-large;
}
.reveal pre code:hover{
font-size: xx-large;
line-height: 250%;
}
section#title-slide p.subtitle {
font-size: var(--r-heading3-size);
text-decoration: none;
@@ -326,3 +339,7 @@ section#title-slide p.subtitle {
min-height: 100%;
font-size: x-large;
}
.reveal div.sourceCode pre code:hover {
font-size: xx-large;
}