Skip to content

Commit

Permalink
Revert changes to css
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Mar 1, 2024
1 parent 8ad525c commit c03f175
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ a#index-link {

/* selecting constraints guide */
.intro-card {
/* background: #fff; */
background: #fff;
border-radius: 0;
padding: 20px 5px 5px 0px;
margin: 10px 0px;
Expand All @@ -81,7 +81,7 @@ a#index-link {

.install-card .card-header {
border: none;
/* background-color: white; */
background-color: white;
color: #150458;
font-size: 1.1rem;
font-weight: bold;
Expand All @@ -90,15 +90,15 @@ a#index-link {

.install-card .card-footer {
border: none;
/* background-color: white; */
background-color: white;
}

.install-card pre {
margin: 0 1em 1em 1em;
}

.custom-button {
/* background-color: #DCDCDC; */
background-color: #DCDCDC;
border: none;
color: #484848;
text-align: center;
Expand Down Expand Up @@ -152,11 +152,11 @@ a#index-link {

.tutorial-card .card-header {
cursor: pointer;
/* background-color: white; */
background-color: white;
}

.tutorial-card .card-body {
/* background-color: #F0F0F0; */
background-color: #F0F0F0;
}

.tutorial-card .badge:hover {
Expand All @@ -169,17 +169,17 @@ table.rows th {
background-color: #F0F0F0;
border-style: solid solid solid solid;
border-width: 0px 0px 0px 0px;
/* border-color: #F0F0F0; */
border-color: #F0F0F0;
text-align: center;
}

table.rows tr:nth-child(even) {
/* background-color: #F0F0F0; */
background-color: #F0F0F0;
text-align: right;
}

table.rows tr:nth-child(odd) {
/* background-color: #FFFFFF; */
background-color: #FFFFFF;
text-align: right;
}

Expand Down Expand Up @@ -211,7 +211,7 @@ details.dropdown .summary-down {

/* Background color of dropdown boxes */
.card {
/* background-color: white !important; */
background-color: white !important;
}

/* Color of inline code */
Expand Down

0 comments on commit c03f175

Please sign in to comment.