diff --git a/backend/static/style/state.css b/backend/static/style/state.css index 6ebaa2c..76ffc4d 100644 --- a/backend/static/style/state.css +++ b/backend/static/style/state.css @@ -49,4 +49,21 @@ font-family: 'fontawesome'; content: "\f091"; transform: translate(-30px, 0px); +} + +.link::before { + content: ""; + display: block; + width: 16px; + height: 16px; + float: left; + margin: 0 -20px 0 0; + font-family: 'fontawesome'; + content: "\f14c"; + transform: translate(-20px, 0px); + color: antiquewhite; +} + +.link:hover::before { + color: #ff7f00; } \ No newline at end of file diff --git a/backend/templates/state_partial.html.tera b/backend/templates/state_partial.html.tera index fafdafc..b6acafe 100644 --- a/backend/templates/state_partial.html.tera +++ b/backend/templates/state_partial.html.tera @@ -4,7 +4,7 @@