Skip to content
Snippets Groups Projects
Commit 72cc8982 authored by Andi Gerken's avatar Andi Gerken
Browse files

Changed style location

parent fa516a86
No related branches found
No related tags found
No related merge requests found
Pipeline #37237 passed
......@@ -14,31 +14,6 @@ Features coming up:
<a href="https://git.imp.fu-berlin.de/bioroboticslab/robofish/io" class="myButton">Code</a>
<style>
.myButton {
background:#3971cc;
background-color:#3971cc;
border-radius:9px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
padding:8px 16px;
text-decoration:none;
}
.myButton:hover {
background:#396bd1;
background-color:#396bd1;
color: #e0e0e0;
text-decoration: none;
}
.myButton:active {
position:relative;
top:1px;
}
</style>
## Installation
Add our [Artifacts repository](https://git.imp.fu-berlin.de/bioroboticslab/robofish/artifacts) to your pip config and install the packagage.
......@@ -183,3 +158,29 @@ Built in robofish.io and not described:
Planned in Track Format but not implemented:
- 3D Tracks
<style>
.myButton {
background:#3971cc;
background-color:#3971cc;
border-radius:9px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
padding:8px 16px;
text-decoration:none;
}
.myButton:hover {
background:#396bd1;
background-color:#396bd1;
color: #e0e0e0;
text-decoration: none;
}
.myButton:active {
position:relative;
top:1px;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment