User

Difference between revisions of "Poslovitch/common.css"

< User:Poslovitch

(hover plus clair?)
(les liens rouges, ça part en prod!)
Line 2: Line 2:
 
#mw-content-text h2 {
 
#mw-content-text h2 {
 
   border-bottom: black solid 1px;
 
   border-bottom: black solid 1px;
}
 
 
a.new {
 
color: #dd3333;
 
text-decoration: none;
 
}
 
a.new:hover {
 
color: #e05252;
 
}
 
a.new:active {
 
color: #b32424;
 
 
}
 
}

Revision as of 14:43, 14 June 2021

/* Splitter bar under headings */
#mw-content-text h2 {
  border-bottom: black solid 1px;
}