Skip to content

Commit 21a9a5e

Browse files
committed
make the buttons in the install guide slightly brighter
1 parent 15b2c45 commit 21a9a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/zls-install.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
}
112112
.form-button-container button {
113113
color: white;
114-
background-color: transparent;
114+
background-color: rgb(255, 255, 255, 3%);
115115
}
116116
.form-button-container button:hover {
117117
background-color: rgb(255, 255, 255, 10%);

0 commit comments

Comments
 (0)