Skip to content

Commit

Permalink
remove pico css.
Browse files Browse the repository at this point in the history
  • Loading branch information
smeinecke committed Feb 3, 2025
1 parent 7a0f0d5 commit 4138067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Pico.css -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}
</head>
Expand Down
8 changes: 3 additions & 5 deletions lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ show_downloads: false
---

<form id="lookup-form">
<fieldset role="group">
<label for="entry">Enter a domain name:</label>
<input type="text" id="domain" name="domain" required>
<button type="submit">Lookup</button>
</fieldset>
<label for="entry">Enter a domain name:</label>
<input type="text" id="domain" name="domain" required>
<button type="submit">Lookup</button>
</form>

<div id="result" class="alert"></div>
Expand Down

0 comments on commit 4138067

Please sign in to comment.