Some more fixing
This commit is contained in:
parent
2a1f15896d
commit
4c609f6770
|
@ -109,6 +109,9 @@
|
|||
|
||||
.socials a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 600;
|
||||
gap: 0.5rem;
|
||||
background-color: $color-secondary;
|
||||
color: $color-secondary-text;
|
||||
|
|
|
@ -54,13 +54,15 @@
|
|||
>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="scss">
|
||||
@import '../../../vars';
|
||||
|
||||
/* Restore the color of everything under the post links, except the titles */
|
||||
.posts a {
|
||||
color: var(--color-text);
|
||||
}
|
||||
.posts a .post-title {
|
||||
color: var(--color-primary);
|
||||
color: $color-primary;
|
||||
}
|
||||
|
||||
time {
|
||||
|
@ -77,7 +79,7 @@
|
|||
.current-page {
|
||||
display: inline-block;
|
||||
font-weight: bolder;
|
||||
color: var(--color-primary);
|
||||
color: $color-primary;
|
||||
cursor: unset;
|
||||
user-select: none;
|
||||
padding: 0.5rem 1rem;
|
||||
|
|
Loading…
Reference in a new issue