Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvadealmeida committed Feb 8, 2024
1 parent b8bfc19 commit 55b38d8
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions src/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ a {
background-position: right; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
background-color: #effaefd2;

}
background-color: #d5dbd5e1;
}

#docs-app nav {
color: #a9ac01;
font-weight: 300;
}



#docs-app aside {
background-color: #454645;
color: #ffffff;
Expand All @@ -38,27 +35,14 @@ a {
color: #ffffff;
}


#docs-app aside a {
color: #ffffff;
}



#docs-app aside a:hover, #docs-app aside button:hover {
color: #009100;

color: #797979;
}


#sidebar-footer {
background-color: #FF4900; /*Whatever color you want goes here, but in Hexadecimal form*/
color: #1122cc; /*The color of your font also goes here, but in hexadecimal form*/
}




/*
#docs-app #docs-sidebar-right {
margin-top: 0;
Expand Down

0 comments on commit 55b38d8

Please sign in to comment.