We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8f99d commit b771b4fCopy full SHA for b771b4f
_includes/head.html
@@ -65,7 +65,8 @@
65
href="https://assets.phalcon.io/phalcon/css/core.min.css">
66
<link rel="stylesheet"
67
href="https://assets.phalcon.io/phalcon/css/custom.min.css">
68
-
+ <link rel="stylesheet"
69
+ href="../assets/fix.css">
70
<title>
71
{{ site.data.languages[page.language][page.title] }} - {{ site.app.title }}
72
</title>
assets/fix.css
@@ -0,0 +1,3 @@
1
+html.dark .green-button {
2
+ background-color: #273646;
3
+}
0 commit comments