Update branding to use new skylab naming and colors

This commit is contained in:
2023-04-14 13:32:37 -04:00
parent accd0ca0f6
commit abc7e2cadc
2 changed files with 12 additions and 19 deletions

View File

@@ -54,50 +54,43 @@
.arc-0 {
width:250px; /* Gap between arcs is 20px */
height:250px;
border-right-color: white;
/* border-left-color: white; */
border-right-color: #1c70d8;
margin: 5px; /* Margin is equal to half of the difference between the arc's diameter and the container width */
}
.arc-1 {
width:230px;
height:230px;
border-left-color: white;
/* border-right-color: white; */
border-left-color: #1c70d8;
margin: 15px;
}
.arc-2 {
width:210px;
height:210px;
border-left-color: white;
/* border-right-color: white; */
border-left-color: #1c70d8;
margin: 25px;
}
.arc-3 {
width:190px;
height:190px;
border-right-color: white;
/* border-left-color: white; */
border-right-color: #1c70d8;
margin: 35px;
}
.arc-4 {
width:170px;
height:170px;
border-top-color: white;
/* border-bottom-color: white; */
border-top-color: #1c70d8;
margin: 45px;
}
.arc-5 {
width:150px;
height:150px;
border-top-color: white;
/* border-bottom-color: white; */
border-top-color: #1c70d8;
margin: 55px;
}
.arc-6 {
width:130px;
height:130px;
border-bottom-color: white;
/* border-top-color: white; */
border-bottom-color: #1c70d8;
margin: 65px;
}
footer {