Browse Source

update main.css ('danger zone' styling).

This is just a initial addition for the 'danger zone' section of the site.
stable
Craig Oates 1 year ago
parent
commit
7771f966a1
  1. 8
      static/css/main.css

8
static/css/main.css

@ -673,6 +673,14 @@ hr {
height: 30px;
}
.be-warning {
color: red;
}
.be-gui-button.danger {
background: red;
}
.fe-site-header {
display: flex;
flex-direction: column;

Loading…
Cancel
Save