This commit is contained in:
mgabdev
2020-02-29 10:42:47 -05:00
parent 3ca4ffcc6b
commit c6aa4e08a1
190 changed files with 1156 additions and 1042 deletions

View File

@@ -18,10 +18,6 @@ body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}
.statusContent a {
color: #21cf7a;
}
.dangerousContent * {
margin-top: 0;
margin-bottom: 0;
@@ -30,8 +26,15 @@ body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}
.statusContent a,
.dangerousContent a {
color: #21cf7a;
text-decoration: none;
}
.statusContent a:hover,
.dangerousContent a:hover {
text-decoration: underline;
}
.statusCardVideo iframe {
@@ -263,7 +266,7 @@ body {
}
.backgroundSubtle2 {
background-color: #e8ecef;
background-color: #e2e8ec;
}
.backgroundSubtle2Dark_onHover:hover {
@@ -434,6 +437,10 @@ body {
height: 122px;
}
.height220PX {
height: 220px;
}
.height260PX {
height: 260px;
}
@@ -450,14 +457,14 @@ body {
width: 645px;
}
.width400PX {
width: 400px;
}
.width340PX {
width: 340px;
}
.width330PX {
width: 330px;
}
.width240PX {
width: 240px;
}