diff --git a/the_works/static/the_works.css b/the_works/static/the_works.css index fc00c2b..36a121c 100644 --- a/the_works/static/the_works.css +++ b/the_works/static/the_works.css @@ -2,6 +2,7 @@ nav { a { --pico-text-decoration: none; } + ul { margin-left: 0; margin-right: 0; @@ -74,4 +75,9 @@ table.dataTable td.action { svg { height: 1.5em; -} \ No newline at end of file +} + +.required:after { + content: " *"; + color: #cf0000; +}