Update light
This commit is contained in:
parent
870efa8d68
commit
948844f4d1
@ -2,6 +2,7 @@
|
|||||||
$color-bg: #fffff5
|
$color-bg: #fffff5
|
||||||
$color-text: #000
|
$color-text: #000
|
||||||
$color-text--light: lighten($color-text, 20%)
|
$color-text--light: lighten($color-text, 20%)
|
||||||
|
$color-link: #3297d3
|
||||||
$color-selection: #a4aeb6
|
$color-selection: #a4aeb6
|
||||||
$gap-l: 2.5rem
|
$gap-l: 2.5rem
|
||||||
$gap-m: 1rem
|
$gap-m: 1rem
|
||||||
@ -24,7 +25,7 @@ body
|
|||||||
|
|
||||||
.timestamp
|
.timestamp
|
||||||
color: $color-text--light
|
color: $color-text--light
|
||||||
|
|
||||||
/* ---------------------------------------------------
|
/* ---------------------------------------------------
|
||||||
/* Make a nice input form with rounded corners and hover
|
/* Make a nice input form with rounded corners and hover
|
||||||
*animations
|
*animations
|
||||||
@ -98,34 +99,15 @@ h1, h2, h3
|
|||||||
font-family: "Lora"
|
font-family: "Lora"
|
||||||
|
|
||||||
img
|
img
|
||||||
width: 500px
|
display: block
|
||||||
max-width: 100%
|
width: 100%
|
||||||
border-radius: 10px
|
object-fit: cover
|
||||||
text-align: center
|
object-position: center
|
||||||
|
|
||||||
/* ---------------------------------------------
|
|
||||||
/* Bold hover animations on links and clickables
|
|
||||||
/* ---------------------------------------------
|
|
||||||
|
|
||||||
a
|
a
|
||||||
cursor: pointer
|
color: $color-link
|
||||||
color: #217ab7
|
|
||||||
line-height: inherit
|
|
||||||
transition: .14s
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
color: white
|
text-decoration: none
|
||||||
background-color: #3297d3
|
|
||||||
|
|
||||||
&:visited
|
|
||||||
color: #43458b
|
|
||||||
border-color: #43458b
|
|
||||||
|
|
||||||
&:hover
|
|
||||||
color: white
|
|
||||||
background-color: #9251ac
|
|
||||||
|
|
||||||
pre
|
pre
|
||||||
font-family: "Inconsolata", monospace
|
font-family: "Inconsolata", monospace
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user