Default dark mode
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
align-items: center;
|
||||
margin-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px solid $lighten-gray;
|
||||
border-bottom: 1px solid $dark-gray;
|
||||
.author-img {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
@ -31,7 +31,7 @@
|
||||
}
|
||||
a {
|
||||
font-size: 18px;
|
||||
color: $dark-gray;
|
||||
color: $light-gray;
|
||||
&:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user