diff --git a/static/index.html b/static/index.html index fc8fd16..c482852 100644 --- a/static/index.html +++ b/static/index.html @@ -28,6 +28,8 @@ + Backup/Recovery 💾 +
diff --git a/static/style.css b/static/style.css index f02f027..7cd0c6a 100644 --- a/static/style.css +++ b/static/style.css @@ -194,7 +194,7 @@ gap: 10px; } -.toolbar button { +.toolbar button, .toolbar a { background-color: #fff; /* Ghost/Outlined button style for secondary actions */ color: var(--primary-color); border: 1px solid var(--primary-color); @@ -204,6 +204,7 @@ font-weight: 500; cursor: pointer; transition: all 0.2s ease; + text-decoration: none; } .toolbar button:hover { diff --git a/static/tools/storage_client.html b/static/tools/storage_client.html index a785062..459b811 100644 --- a/static/tools/storage_client.html +++ b/static/tools/storage_client.html @@ -45,7 +45,7 @@

📥 Database Dump (GET)

-

This will initiate a **GET** request to download the full database state as a JSON file.

+

This will initiate a GET request to download the full database state as a JSON file.