Add call ended page and redirect
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user