about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index 7784ca7..adfd469 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,13 +1,15 @@
 <!DOCTYPE html>
 <html>
     <head>
+      <meta charset="utf-8">
+      <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
       <title>TNT Search</title>
       <style>
         .row {
           margin-bottom: 40px;
         }
-        a:link, a:visited, a:hover {
-          color: white;
+        a:hover, a:active, a:visited, a {
+          color: unset !important;
         }
       </style>
       <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
@@ -119,9 +121,7 @@
           result = get_query_info();
 
           search_field.value = result[0];
-          console.log(category_field.value, result[1]);
           category_field.value = result[1];
-          console.log(category_field.value)
           page_indicator.innerHTML = "Pagina " + result[2];
           search_field.addEventListener("keyup", ({key}) => {
             if (key === "Enter") {