Skip to content

Commit b771b4f

Browse files
authored
update color btns accessibility (#329)
1 parent aa8f99d commit b771b4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
href="https://assets.phalcon.io/phalcon/css/core.min.css">
6666
<link rel="stylesheet"
6767
href="https://assets.phalcon.io/phalcon/css/custom.min.css">
68-
68+
<link rel="stylesheet"
69+
href="../assets/fix.css">
6970
<title>
7071
{{ site.data.languages[page.language][page.title] }} - {{ site.app.title }}
7172
</title>

assets/fix.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html.dark .green-button {
2+
background-color: #273646;
3+
}

0 commit comments

Comments
 (0)