style: explicit border-radius:0; on buttons

This commit is contained in:
Iris Lightshard 2023-01-12 22:44:30 -07:00
parent e3f0edeb58
commit ab1b85079f
Signed by: nilix
GPG key ID: 3B7FBC22144E6398

View file

@ -53,7 +53,7 @@ body {
margin-top: 0.25em;
margin-left: auto;
margin-right: auto;
background: transparent;
background: rgba(0,0,0,0);
border: solid 2px lightgray;
font-size: 200%;
color: lightgray;
@ -103,7 +103,7 @@ h1 {
}
.login h1 {
background: transparent;
background: rgba(0,0,0,0);
}
nav {
@ -155,8 +155,9 @@ a:hover {
position: relative;
top: 1em;
text-decoration: none;
background: transparent;
background: rgba(0,0,0,0);
border: solid 2px lightgray;
border-radius: 0;
font-size: 150%;
color: lightgray;
padding: 0.2em;
@ -213,7 +214,7 @@ form.editor input, form.build input, form.editor textarea, form.configurator inp
margin: 0;
margin-top: 0.2em;
margin-bottom: 0.2em;
background: transparent;
background: rgba(0,0,0,0);
border: solid 2px lightgray;
color: lightgray;
padding: 0.2em;