⚗️ Prolly fixed PWA
This commit is contained in:
20
style.css
20
style.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user