Skip to content

Commit

Permalink
Tailwind out of CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromechoo committed Nov 7, 2023
1 parent 501d5ae commit 46b80fe
Show file tree
Hide file tree
Showing 6 changed files with 1,037 additions and 12 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.3.0
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
Uses [Diffbot's Extract API](https://www.diffbot.com/products/extract/) to transform lists of links on websites into an RSS feed.

## Installation
[virtualenv](https://virtualenv.pypa.io/en/latest/) recommended but not necessary.

**Requirements**
* Python 3+
* [virtualenv](https://virtualenv.pypa.io/en/latest/) recommended but not necessary.

```sh
pip install requirements.txt
Expand Down
13 changes: 13 additions & 0 deletions static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
-webkit-font-smoothing: antialiased;
background: rgb(255,251,245);
background: linear-gradient(180deg, rgba(255,251,245,1) 0%, rgba(255,255,255,1) 100%);
}

h1.title-font {
font-family:"Prata";
}
Loading

0 comments on commit 46b80fe

Please sign in to comment.