diff --git a/static/css/style.css b/static/css/style.css index 03368ad..0ca2a7e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,4 +1,4 @@ -body { + body { margin: 0; font-family: Arial, Helvetica, sans-serif; background-color: #131313; @@ -12,6 +12,23 @@ body { box-sizing: border-box; } + .bordered { + border: 1px solid rgb(24,216,96); + border-radius: 5px; + padding: 20px; + margin-bottom: 20px; + } + + li { + font-weight: bold; + } + + a { + text-decoration-color: rgb(24,216,96); + color: rgb(24,216,96); + } + + .form-group { display: flex; flex-direction: column; @@ -82,4 +99,4 @@ body { .container { padding: 10px; } - } \ No newline at end of file + }