Skip to content

Commit 685b93b

Browse files
authored
Merge pull request #1558 from VamshiReddy02/btn-wasm-fn
Fixed broken button in wasm function
2 parents 08417ef + c81775c commit 685b93b

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)