Update light

This commit is contained in:
Andros Fenollosa 2023-06-26 14:27:11 +02:00
parent 870efa8d68
commit 948844f4d1

View File

@ -2,6 +2,7 @@
$color-bg: #fffff5
$color-text: #000
$color-text--light: lighten($color-text, 20%)
$color-link: #3297d3
$color-selection: #a4aeb6
$gap-l: 2.5rem
$gap-m: 1rem
@ -98,34 +99,15 @@ h1, h2, h3
font-family: "Lora"
img
width: 500px
max-width: 100%
border-radius: 10px
text-align: center
/* ---------------------------------------------
/* Bold hover animations on links and clickables
/* ---------------------------------------------
display: block
width: 100%
object-fit: cover
object-position: center
a
cursor: pointer
color: #217ab7
line-height: inherit
transition: .14s
color: $color-link
&:hover
color: white
background-color: #3297d3
&:visited
color: #43458b
border-color: #43458b
&:hover
color: white
background-color: #9251ac
text-decoration: none
pre
font-family: "Inconsolata", monospace