Skip to content

Commit

Permalink
[#12] Update links to wiki and docs from homepage. (#15)
Browse files Browse the repository at this point in the history
* Update links to wiki and docs.

Co-authored-by: Adi Roiban <[email protected]>
  • Loading branch information
ioanacristinamarinescu and adiroiban authored Jun 23, 2022
1 parent 1c82961 commit a51a864
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 69 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ Link to [twisted.github.io](https://twisted.github.io).
## Tools used

This project is using [Tailwind v3](https://tailwindcss.com/docs/) in the
**404.html** page.
*404.html* page.
Use the `tw-` prefix with Tailwind CSS classes.

Node/npm is required to update the */build/css/tailwind.css* file.

Use this command when developing for the CSS file to be updated automatically
with your Tailwind classes:
`npm run dev`
```
npm run dev
```

To minify the file run:
`npm run build`
```
npm run build
```
13 changes: 8 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@ body {
.logo {
height: 80px;
}
.display-4 {
font-weight: 600;
}
section {
padding: 6rem 0;
}
.ribbon {
position: absolute;
top: 105px;
top: 107px;
right: 0;
}
.bd-clipboard {
Expand Down Expand Up @@ -126,11 +123,17 @@ pre code.hljs {
background-color: #388659;
border-color: #388659;
}
.btn-primary:hover {
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
color: #fff;
background-color: #2d6b47;
border-color: #296241;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
box-shadow: 0 0 0.2rem 0.2rem rgb(45 107 71 / 50%)
}
.btn {
font-weight: 600;
}
Expand Down
8 changes: 4 additions & 4 deletions build/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
--tw-backdrop-sepia:
}

::-webkit-backdrop {
Expand Down Expand Up @@ -89,7 +89,7 @@
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
--tw-backdrop-sepia:
}

::backdrop {
Expand Down Expand Up @@ -136,7 +136,7 @@
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
--tw-backdrop-sepia:
}

.tw-m-0 {
Expand Down Expand Up @@ -211,4 +211,4 @@
.tw-dark .dark\:tw-text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity))
}
}
Loading

0 comments on commit a51a864

Please sign in to comment.