Skip to content

Commit

Permalink
fix: Sphinx button border and transparency style in docs (#1914)
Browse files Browse the repository at this point in the history
* fix: add border styles for button

* fix: remove code transparency

* fix: remove code and add primay button
  • Loading branch information
Revathyvenugopal162 authored Nov 22, 2024
1 parent 8b9df7e commit 098706c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions doc/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,3 @@
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}


.bd-content .sd-card .sd-card-body, .bd-content .sd-card .sd-card-footer {
background-color: transparent;
}

.sd-card-text {
font-family: var(--pst-font-family-base);
font-size: var(--pst-font-size-base);
}

.sd-sphinx-override .code {
background-color: var(--pst-color-surface);
}
2 changes: 1 addition & 1 deletion doc/source/operator_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Click below to access the operators documentation.

+++
.. button-link:: OPEN
:color: secondary
:color: primary
:expand:
:outline:
:click-parent:
Expand Down

0 comments on commit 098706c

Please sign in to comment.