Skip to content

Commit def26a0

Browse files
committed
add that robot feel
1 parent bd2cf83 commit def26a0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/source/_static/css/custom.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,22 @@ div.nbinput div.prompt, div.nboutput div.prompt {
4343
.wy-nav-content {
4444
max-width: unset;
4545
}
46+
47+
48+
#rtd-search-form input[type=text] {
49+
border: 0;
50+
border-radius: 0;
51+
--notchSize: 9px;
52+
53+
clip-path:
54+
polygon(
55+
0% var(--notchSize),
56+
var(--notchSize) 0%,
57+
calc(100% - var(--notchSize)) 0%,
58+
100% var(--notchSize),
59+
100% calc(100% - var(--notchSize)),
60+
calc(100% - var(--notchSize)) 100%,
61+
var(--notchSize) 100%,
62+
0% calc(100% - var(--notchSize))
63+
);
64+
}

0 commit comments

Comments
 (0)