added simple modal dialog

This commit is contained in:
Fedor Katurov 2023-04-26 15:06:26 +06:00
parent 2d11fef559
commit 3f81f6d3b3
12 changed files with 157 additions and 7 deletions

View file

@ -18,9 +18,16 @@ body {
a {
color: var(--color-link);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
ul {
padding-left: 1em;
li p {
margin: 0.5em 0;
}