Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 07dac93

Browse files
authored
Update custom.css
1 parent 1c9fa07 commit 07dac93

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/css/custom.css

+16
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,19 @@
2828
--ifm-color-primary-lightest: #4fddbf;
2929
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3030
}
31+
32+
.big-button {
33+
display: inline-block;
34+
padding: 10px 20px;
35+
margin: 5px;
36+
background-color: #0070f3;
37+
color: white;
38+
text-decoration: none;
39+
font-size: 18px;
40+
border-radius: 5px;
41+
transition: background-color 0.3s;
42+
}
43+
44+
.big-button:hover {
45+
background-color: #0056b3;
46+
}

0 commit comments

Comments
 (0)