mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Use lighter color for the year
This commit is contained in:
parent
dc7e77a28b
commit
078fd559af
|
@ -219,6 +219,9 @@ img {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
border-right: 2px solid rgba(255, 255, 255, 0.4);
|
border-right: 2px solid rgba(255, 255, 255, 0.4);
|
||||||
padding-right: 0.8em;
|
padding-right: 0.8em;
|
||||||
|
a {
|
||||||
|
color: $primary-light;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-list-items {
|
.item-list-items {
|
||||||
|
|
Loading…
Reference in a new issue