Skip to content

Commit 30a94da

Browse files
Ian JonesIan Jones
authored andcommitted
Gave up on inline styling my download resume button and just created a class
1 parent 7e5e132 commit 30a94da

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

assets/css/custom.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,21 @@ td {
181181
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
182182
}
183183

184+
.download-btn {
185+
display: inline-block;
186+
background-color: #00A5A8;
187+
color: white !important;
188+
padding: 0.5rem 1rem;
189+
border-radius: 0.375rem;
190+
text-decoration: none !important;
191+
font-weight: 600;
192+
transition: background-color 0.2s;
193+
}
194+
195+
.download-btn:hover {
196+
background-color: #007375;
197+
}
198+
184199
/* Mermaid diagram sizing */
185200
.mermaid {
186201
width: 100%;

0 commit comments

Comments
 (0)