Skip to content

Commit

Permalink
DOC: Fixing styles for the dark theme (pandas-dev#48572)
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista authored and noatamir committed Nov 9, 2022
1 parent dc2dc09 commit 84112f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 3 additions & 4 deletions doc/source/_static/css/getting_started.css
Expand Up @@ -154,7 +154,7 @@ ul.task-bullet > li > p:first-child {

.comparison-card .card-footer {
border: none;
background-color:white;
background-color: transparent;
}

.install-block {
Expand All @@ -163,19 +163,18 @@ ul.task-bullet > li > p:first-child {

.install-card .card-header {
border: none;
background-color:white;
background-color: transparent;
padding: 1rem 1rem 0rem 1rem;
}

.install-card .card-header p.card-text {
color: #150458;
font-size: 1.1rem;
font-weight: bold;
}

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

.install-card pre {
Expand Down
8 changes: 6 additions & 2 deletions doc/source/_static/css/pandas.css
Expand Up @@ -25,7 +25,7 @@

.intro-card .card-header {
border: none;
background-color:white;
background-color: transparent;
color: #150458 !important;
font-size: var(--pst-font-size-h5);
font-weight: bold;
Expand All @@ -34,11 +34,15 @@

.intro-card .card-footer {
border: none;
background-color:white;
background-color: transparent;
}

.intro-card .card-footer p.card-text{
max-width: 220px;
margin-left: auto;
margin-right: auto;
}

.card, .card img {
background-color: transparent !important;
}

0 comments on commit 84112f2

Please sign in to comment.