feat: Modification des couleurs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -12,6 +12,15 @@ body
|
||||
line-height: 1.2
|
||||
font-family: 'League Spartan Variable'
|
||||
|
||||
.viemunicipale h1, .viemunicipale a
|
||||
color: var(--color-green)
|
||||
.cadredevie h1, .cadredevie a
|
||||
color: var(--color-blue)
|
||||
.economie h1, .economie a
|
||||
color: var(--color-orange)
|
||||
.associations h1, .associations a
|
||||
color: var(--color-purple)
|
||||
|
||||
h1, h2, h3, h4, h5
|
||||
font-weight: 600
|
||||
text-transform: uppercase
|
||||
@ -19,7 +28,7 @@ h1, h2, h3, h4, h5
|
||||
h1
|
||||
text-align: center
|
||||
text-transform: uppercase
|
||||
color: $vert
|
||||
color: var(--color-green)
|
||||
margin: 0 1rem 1rem
|
||||
padding: 1rem
|
||||
font-size: 2.5rem
|
||||
|
Reference in New Issue
Block a user