Skip to content

Commit 2611b80

Browse files
committed
fix(styles.css): overwrite some bootstrap styles
1 parent cdcfd1d commit 2611b80

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/styles.css

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,27 @@ h1 {
3333
font-family: 'Bungee Inline', display, sans-serif;
3434
}
3535

36+
/* Overwriting the bootstrap styles */
3637
h2, p.lead, button, .btn, .electro-text {
37-
font-family: 'Electrolize', sans-serif;
38+
font-family: 'Electrolize', sans-serif !important;
3839
}
3940

4041
.btn-primary {
41-
background-color: #1da313;
42-
color: white;
43-
border-color: black;
44-
border-width: 0.2rem 0.3rem 0.4rem 0.2rem;
42+
background-color: #1da313 !important;
43+
color: white !important;
44+
border-color: black !important;
45+
border-width: 0.2rem 0.3rem 0.4rem 0.2rem !important;
4546

46-
transition: all .2s ease-in-out;
47+
transition: all .2s ease-in-out !important;
4748
}
4849

4950
.btn-primary:hover {
50-
background-color: #38cd30;
51-
color: #212529;
52-
border-width: 0.1rem;
53-
transform: scale(1.1);
54-
border-color: #000;
55-
font-weight: bold;
51+
background-color: #38cd30 !important;
52+
color: #212529 !important;
53+
border-width: 0.1rem !important;
54+
transform: scale(1.1) !important;
55+
border-color: #000 !important;
56+
font-weight: bold !important;
5657
}
5758

5859
.text-info {

0 commit comments

Comments
 (0)