Skip to content

Commit c81775c

Browse files
committed
fixed broken button in wasm function
Signed-off-by: VamshiReddy02 <[email protected]>
1 parent 08417ef commit c81775c

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

static/css/styles.css

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/sass/developer-color-dark.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ html.dark-theme {
99
body.documentation {
1010
background: $oxforddark !important;
1111

12+
.pagination-next {
13+
background-color: #282F55 !important;
14+
color: #fff !important;
15+
16+
p {
17+
color: #ccc !important;
18+
}
19+
20+
&:hover {
21+
background-color: $bluedark !important;
22+
}
23+
}
24+
1225
main {
1326
position: relative;
1427

0 commit comments

Comments
 (0)