1
0
Fork 0

Colour changes, removed borders... simplified

This commit is contained in:
g 2020-09-15 16:30:30 +02:00
commit dd75d5e9fd
11 changed files with 54 additions and 49 deletions

View file

@ -1,9 +1,14 @@
.btn, input[type="button"], .button {
box-shadow: none;
text-decoration: none;
text-transform: uppercase;
border: none;
font-weight: bold;
letter-spacing: 1.5em;
&:hover {
opacity: 0.8;
color: #CECCD2;
box-shadow: none;
border: none;
}
}