Skip to content

Commit

Permalink
UPDATE mozart ghost css
Browse files Browse the repository at this point in the history
  • Loading branch information
jsohndata committed Jul 1, 2024
1 parent 31c56ed commit 22c4a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<title>Synthational - Gallery of AI-generated images.</title>
<link rel="stylesheet" type="text/css" href="https://jsohndata.github.io/no-tiempo/src/styles/no-tiempo.mini.css">
<title>🦄 Synthational - Gallery of AI-generated images.</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
18 changes: 0 additions & 18 deletions src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,3 @@ body {
filter: none;
}
}

#mozarts-ghost {
position: fixed;
opacity: 1;
bottom: 0;
left: 10px;
padding: 10px;
}

#mozarts-ghost a:link,
#mozarts-ghost a:visited {
color: rgb(164, 164, 235);
text-decoration: none;
}

#mozarts-ghost a:hover {
color: rgb(195, 0, 255);
}

0 comments on commit 22c4a60

Please sign in to comment.