social stories

This commit is contained in:
Garry Ing
2021-04-18 13:59:21 -04:00
parent 5862e5cf1e
commit a2c7eb4fb1
3 changed files with 23 additions and 4 deletions

View File

@ -2,6 +2,10 @@
color: var(--foreground-text);
}
.links-foreground-text a:hover {
text-decoration: none;
}
.no-underline-hover:hover,
.no-underline-hover:focus {
text-decoration: none;
@ -152,10 +156,6 @@
padding-left: 1.75em;
}
ul {
list-style: circle;
}
img {
max-width: 100%;
height: auto;