Skip to content

Commit

Permalink
added exploration mode of the global LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
joseproenca committed Jul 27, 2023
1 parent 963012c commit 66235f0
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 127 deletions.
26 changes: 26 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,32 @@
overflow: hidden;
}

.btNextTrans {
background-color: #e7ebf0;
border: none;
color: black;
padding: 1px 7px;
overflow-wrap: anywhere;
margin-right: 0.5rem;
}

.btNextTrans:hover {
background-color: #707070;
color: white;
}

.btLeaf {
background-color: #ff8877;
border: none;
color: black;
padding: 1px 7px;
overflow-wrap: anywhere;
min-height: 1.5rem;
}
.btLeaf:hover {
background-color: #804138;
color: white;
}
/*.alert-info {
color: #31708f;
background-color: #f1f7ff;
Expand Down
Loading

0 comments on commit 66235f0

Please sign in to comment.