Theme fixing
This commit is contained in:
parent
a0390b9591
commit
9641c572c1
@ -38,7 +38,7 @@ def copy_assets(site: SiteConfig) -> None:
|
||||
|
||||
# Construct the destination path analogous to the source path
|
||||
# but in the web root instead of the build cache.
|
||||
destination = f'{site.web_root}/What the program does{a.lstrip("/")}'
|
||||
destination = f'{site.web_root}/{a.lstrip("/")}'
|
||||
|
||||
# Delete existing files.
|
||||
shutil.rmtree(destination, ignore_errors=True)
|
||||
|
||||
@ -2,4 +2,5 @@ ipykernel
|
||||
markdown
|
||||
pyyaml
|
||||
rfeed
|
||||
dotmap
|
||||
dotmap
|
||||
pydantic
|
||||
@ -205,3 +205,20 @@ span img.rss-icon{
|
||||
float: right;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-color: var(--azure);
|
||||
/* border-image: var(--silver) 1; */
|
||||
border-style: solid;
|
||||
border-left-width: 0.25em;
|
||||
padding: 0.25em 0 0.25em 1em;
|
||||
padding-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
blockquote > p:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 50vw;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user