Skip to content

Commit

Permalink
Backport PR #3245: DOC: Fix logos and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored and meeseeksmachine committed Oct 23, 2024
1 parent 19e9dca commit d42b5b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 64 deletions.
62 changes: 1 addition & 61 deletions docs/_static/jdaviz.css
Original file line number Diff line number Diff line change
@@ -1,74 +1,14 @@
/* Main page overview cards */

.sd-card {
background: #fff;
border-radius: 0;
padding: 30px 10px 20px 10px;
margin: 10px 0px;
}

.sd-card .sd-card-header {
text-align: center;
}

.sd-card .sd-card-header .sd-card-text {
margin: 0px;
}

.sd-card .sd-card-img-top {
height: 52px;
width: 52px;
margin-left: auto;
margin-right: auto;
}

.sd-card .sd-card-header {
border: none;
background-color: white;
color: #150458 !important;
font-size: var(--pst-font-size-h5);
font-weight: bold;
padding: 2.5rem 0rem 0.5rem 0rem;
}

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

.sd-card .sd-card-footer .sd-card-text {
max-width: 220px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

/* Dark theme tweaking */
html[data-theme=dark] .sd-card img[src*='.svg'] {
filter: invert(0.82) brightness(0.8) contrast(1.2);
}

/* Main index page overview cards */
html[data-theme=dark] .sd-card {
background-color:var(--pst-color-background);
}

html[data-theme=dark] .sd-shadow-sm {
box-shadow: 0 .1rem 1rem rgba(250, 250, 250, .6) !important
}

html[data-theme=dark] .sd-card .sd-card-header {
background-color:var(--pst-color-background);
color: #150458 !important;
}

html[data-theme=dark] .sd-card .sd-card-footer {
background-color:var(--pst-color-background);
}

html[data-theme=dark] h1 {
color: var(--pst-color-primary);
}

html[data-theme=dark] h3 {
color: #0a6774;
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
# variables set in the global configuration. The variables set in the
# global configuration are listed below, commented out.

html_static_path = ["_static"]
html_css_files = ["jdaviz.css"]
html_copy_source = False

Expand Down
5 changes: 2 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ Jdaviz
Jump to Mosviz

.. grid-item-card::
:text-align: center

.. note::

New and in development. Logo coming soon!
New and in development. Logo coming soon!

.. button-ref:: rampviz/index
:expand:
Expand Down

0 comments on commit d42b5b1

Please sign in to comment.