Default dark mode
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
display: block;
|
||||
height: 1px;
|
||||
width: 80px;
|
||||
background-color: $dark-purple;
|
||||
background-color: $light-purple;
|
||||
}
|
||||
.author-image-container {
|
||||
width: 100px;
|
||||
@ -32,7 +32,7 @@
|
||||
margin: 0 auto 30px;
|
||||
}
|
||||
.subtitle {
|
||||
color: $dark-purple;
|
||||
color: $light-purple;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
}
|
||||
@ -52,13 +52,13 @@
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
color: $light-gray;
|
||||
color: $dark-gray;
|
||||
font-size: 21px;
|
||||
text-decoration: none;
|
||||
padding: 5px;
|
||||
transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
|
||||
&:hover {
|
||||
color: $dark-pink;
|
||||
color: $light-pink;
|
||||
transform: scale(1.3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user