-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28c29e0
commit 73190cc
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
@tailwind utilities; | ||
|
||
.stripybg { | ||
width: 240px; | ||
height: 240px; | ||
background-color: #fff; | ||
background-image: linear-gradient(0deg, transparent 99%, #eee 1%); | ||
background-size: 60px 80px; | ||
background-repeat: repeat; | ||
} | ||
|
||
.whitebg{ | ||
background-color: #fff; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73190cc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
genbank-view – ./
gensplore.theo.io
genbank-view-git-main-theosanderson.vercel.app
genbank-view.vercel.app
genbank-view-theosanderson.vercel.app