Skip to content

Commit

Permalink
remove black underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Nov 27, 2024
1 parent 89c8b14 commit 40a49e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Raw Markdown</title>
<title>Project Popcorn</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🍿</text></svg>">
<style>
body {
Expand All @@ -14,6 +14,7 @@
}
a {
color: black;
text-decoration: none;
}
a:hover {
text-decoration: underline;
Expand Down

0 comments on commit 40a49e5

Please sign in to comment.