diff --git a/templates/base.html b/templates/base.html index 4b61f6d..e6d1fa6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -59,6 +59,14 @@ { background-color: {{ theme.BUTTON_ACTIVE }}; } + .deletebtn + { + background-color: red; + } + .deletebtn:hover + { + background-color: #ef5350; /* red lighten-1 */ + } diff --git a/templates/edit.html b/templates/edit.html index d84192c..672becc 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -149,9 +149,9 @@ {% if bookmark.url_hash %} -