Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
diederik committed Dec 19, 2020
1 parent d234e86 commit ea38af5
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1,268 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# v2.0.3
## 12/19/2020
1. [](#new)

2. [](#updated)
added css for code tags in demo page typegraphy (Chrome)

# v2.0.2
## 12/18/2020
1. [](#new)

2. [](#updated)
fixed js files for
fixed js files for mobile

# v2.0.1
## 11/26/2020
Expand All @@ -28,6 +35,7 @@

2. [](#updated)
Readme.md adapted to include instructions for compiling tailwindcss

# v0.1.0
## 05/19/2019

Expand Down
Binary file removed _demo/pages/.DS_Store
Binary file not shown.
9 changes: 6 additions & 3 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ h5 {
}


@tailwind components;
.notices{
@apply py-4 !important;
}
Expand All @@ -27,12 +26,16 @@ h5 {
.selected a{
color: #2439BB;
}

code.language-markdown {
display: inline-block;
width: 100%;
overflow: scroll;
}
.gravtail_input {
@apply shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight;
}
.gravtail_input:hover {
@apply outline-none;
/*@apply shadow-outline;*/
@apply ring;
}
@tailwind utilities;

0 comments on commit ea38af5

Please sign in to comment.