The data on YGOCounter is in early stage. We're looking for your contribution!. If you find this site useful, kindly share with your friends and playgroups.


The chat feature is just implemented. Feel free to join or read the chat log here.

Template:Row hover highlight/styles.css: Difference between revisions

From YGOCounter
en>Admin
Created page with "{{pp-template}}: .hover-highlight tr:hover, .mw-datatable tr:hover { background-color: #eaf3ff; color: #333 ; } .mw-datatable { background-color: #fff; color: #333 ; }"
 
m 1 revision imported
 
(No difference)

Latest revision as of 11:10, 30 December 2025

/* {{pp-template}} */
.hover-highlight tr:hover,
.mw-datatable tr:hover {
  background-color: #eaf3ff;
  color:  #333 ;
}
.mw-datatable {
  background-color: #fff;
  color:  #333 ;
}