|
@@ -1,6 +1,3 @@
|
|
|
-/*
|
|
|
|
|
-General page styling
|
|
|
|
|
-*/
|
|
|
|
|
*{margin:0;padding:0;font-family:'Saira',sans-serif;}
|
|
*{margin:0;padding:0;font-family:'Saira',sans-serif;}
|
|
|
|
|
|
|
|
html{
|
|
html{
|
|
@@ -43,7 +40,7 @@ body{
|
|
|
border: none;
|
|
border: none;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
padding: 10px 25px;
|
|
padding: 10px 25px;
|
|
|
- color: rgb(255, 99, 107);
|
|
|
|
|
|
|
+ color: black;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
@@ -58,6 +55,7 @@ body{
|
|
|
|
|
|
|
|
.sidebarButton:active{
|
|
.sidebarButton:active{
|
|
|
background: rgb(0, 27, 45);
|
|
background: rgb(0, 27, 45);
|
|
|
|
|
+ color: white;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.sidebar{
|
|
.sidebar{
|
|
@@ -69,7 +67,7 @@ body{
|
|
|
transition: width 0.2s;
|
|
transition: width 0.2s;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
background: rgb(0, 27, 45);
|
|
background: rgb(0, 27, 45);
|
|
|
- color: rgb(255, 99, 107);
|
|
|
|
|
|
|
+ color: white;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.sidebarWide{
|
|
.sidebarWide{
|
|
@@ -172,7 +170,7 @@ Multi-strand use classes
|
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
background: rgb(0, 27, 45);
|
|
background: rgb(0, 27, 45);
|
|
|
- color: rgb(255, 99, 107);
|
|
|
|
|
|
|
+ color: white;
|
|
|
margin: 2px;
|
|
margin: 2px;
|
|
|
padding: 5px;
|
|
padding: 5px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -197,12 +195,12 @@ Multi-strand use classes
|
|
|
|
|
|
|
|
.choosable:hover{
|
|
.choosable:hover{
|
|
|
background: rgb(179, 191, 209);
|
|
background: rgb(179, 191, 209);
|
|
|
- color: rgb(255, 99, 107);
|
|
|
|
|
|
|
+ color: black;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.choosable.active{
|
|
.choosable.active{
|
|
|
background: rgb(240, 252, 255);
|
|
background: rgb(240, 252, 255);
|
|
|
- color: rgb(255, 99, 107);
|
|
|
|
|
|
|
+ color: black;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.searchBar{
|
|
.searchBar{
|