diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index b882caf..5e727fe 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -767,4 +767,27 @@ span.tp { } +/* liens spip_out et ps (Antoine) */ +article .spip_out { + font-weight: 400; + border-bottom: 2px dotted #8ec7ce; + color: #00748f; +} +article .spip_out strong{ + font-weight:400; +} +article .spip_out:hover, .ps a:hover{ + font-weight:400; + text-decoration: inherit; + border-bottom:2px dotted rgb(213, 115, 1); + color: rgb(213, 115, 1); +} +.ps a:hover{ + font-weight:300; +} +article .spip_out strong:hover { + border-bottom:2px dotted rgb(255, 115, 1); + text-decoration: inherit; + color: rgb(213, 115, 1); +}