Browse Source

Minor fix: comment form style

Track3 2 years ago
parent
commit
6382cb7d5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/scss/style.scss

+ 1 - 1
assets/scss/style.scss

@@ -156,7 +156,7 @@ button, [type=button], [type=reset], [type=submit] {
   }
 }
 
-input[type=text], input[type=email]{
+input[type=text], input[type=email], input[type=url]{
   width: 100%;
   border: 1px solid var(--c-txt-alt);
   border-width: 0 0 1px 0;