Add call ended page and redirect

This commit is contained in:
Robert Long
2021-12-14 16:12:58 -08:00
parent d43e85ecc2
commit 269d8d4729
8 changed files with 119 additions and 26 deletions

View File

@@ -140,8 +140,8 @@ body,
}
a {
color: #0086e6;
font-weight: bold;
color: var(--primaryColor);
text-decoration: none;
}
a:hover,
@@ -149,6 +149,20 @@ a:active {
opacity: 0.8;
}
hr {
width: calc(100% - 24px);
border: none;
border-top: 1px solid var(--bgColor4);
color: var(--textColor2);
overflow: visible;
text-align: center;
height: 5px;
font-weight: 600;
font-size: 15px;
line-height: 24px;
margin: 0 12px;
}
summary {
font-size: 14px;
}