Skip to content

Commit 098706c

Browse files
fix: Sphinx button border and transparency style in docs (#1914)
* fix: add border styles for button * fix: remove code transparency * fix: remove code and add primay button
1 parent 8b9df7e commit 098706c

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

doc/source/_static/custom.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,3 @@
22
.wy-table-responsive table td, .wy-table-responsive table th {
33
white-space: normal;
44
}
5-
6-
7-
.bd-content .sd-card .sd-card-body, .bd-content .sd-card .sd-card-footer {
8-
background-color: transparent;
9-
}
10-
11-
.sd-card-text {
12-
font-family: var(--pst-font-family-base);
13-
font-size: var(--pst-font-size-base);
14-
}
15-
16-
.sd-sphinx-override .code {
17-
background-color: var(--pst-color-surface);
18-
}

doc/source/operator_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Click below to access the operators documentation.
2626

2727
+++
2828
.. button-link:: OPEN
29-
:color: secondary
29+
:color: primary
3030
:expand:
3131
:outline:
3232
:click-parent:

0 commit comments

Comments
 (0)