_sass/_resume.scss in jekyll-theme-lucas-minima-0.1.20 vs _sass/_resume.scss in jekyll-theme-lucas-minima-0.1.21

- old
+ new

@@ -106,26 +106,9 @@ .icon { height: 28px; } } -.button { - display: inline-block; - padding: 10px 20px; - font-size: 16px; - text-align: center; - text-decoration: none; - background-color: #000; /* Black button background */ - color: #fff; /* White text color */ - border-radius: 5px; - transition: background-color 0.3s ease; - margin-bottom: 10px; /* Adjust as needed for spacing */ - - &:hover { - background-color: #333; /* Darker color on hover */ - } -} - .contact-button { @include border-radius(3px); background-color: #efefef; text-decoration: none; text-align: center;