Skip to content

Commit

Permalink
Update to Tailwind 2, update other dependencies, adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Nov 2, 2021
2 parents 1f3d41f + 959b9d0 commit 90e9fbb
Show file tree
Hide file tree
Showing 5 changed files with 825 additions and 1,526 deletions.
7 changes: 3 additions & 4 deletions assets/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
@apply font-mono;
Expand Down Expand Up @@ -40,9 +42,6 @@ a:active {

.copy-paragraph:hover,
.sentence:hover {
@apply bg-teal-900;
@apply bg-teal-800;
outline: 2px solid #234e52;
}

@tailwind components;
@tailwind utilities;
Loading

0 comments on commit 90e9fbb

Please sign in to comment.