Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
edmishchenko authored Jan 26, 2024
1 parent d260aec commit 98766a3
Show file tree
Hide file tree
Showing 6 changed files with 407 additions and 346 deletions.
5 changes: 5 additions & 0 deletions docs/css/getStarted.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ main .third-column .tree-container p a{

}

main .third-column .tree-container p a.active {
color: red;
}

main .third-column .tree-container p a .current-dot {
padding-top: 5px;
padding-right: 12px;
Expand Down Expand Up @@ -347,6 +351,7 @@ main .second-column .container .article-block{
main .second-column .container .article-block img {
width: 100%;
height: auto;
max-height: 150px;
margin-bottom: 10px;
}

Expand Down
16 changes: 16 additions & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ main {
font-family: 'Mona Sans', sans-serif;
}

.content .download:hover {
background: rgba(255, 45, 87, 1);
}

.content .download:active {
background: rgba(210, 4, 45, 1);
}

.content .download-link {
text-decoration: none;
}
Expand All @@ -102,6 +110,14 @@ main {
font-family: 'Mona Sans', sans-serif;
}

.content .get-started:hover {
border-color: rgba(255, 45, 87, 1);
}

.content .get-started:active {
border-color: rgba(178, 0, 36, 1);
}

.content .third-column p {
font-family: 'Mona Sans', sans-serif;
font-size: 1.2vw;
Expand Down
Loading

0 comments on commit 98766a3

Please sign in to comment.