⚗️ Prolly fixed PWA

This commit is contained in:
liyasthomas
2019-08-22 10:04:41 +05:30
parent e077546f5d
commit 1619c94062
4 changed files with 70 additions and 65 deletions

View File

@@ -34,11 +34,9 @@ a {
}
body {
padding: 0;
background-color: var(--bg-color);
color: var(--fg-color);
font-weight: 500;
font-size: 16px;
line-height: 1.5;
animation: fadein .2s;
-webkit-tap-highlight-color: transparent;
@@ -108,21 +106,21 @@ fieldset.request legend {
}
fieldset.authentication {
border-color: #50E3C2;
}
fieldset.authentication legend {
color: #50E3C2;
}
fieldset.parameters {
border-color: #B8E986;
}
fieldset.parameters legend {
fieldset.authentication legend {
color: #B8E986;
}
fieldset.parameters {
border-color: #50E3C2;
}
fieldset.parameters legend {
color: #50E3C2;
}
fieldset.reqbody {
border-color: #4A90E2;
}