9,036
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
hr.whowe-hr { border: 0; height: 5px; background: linear-gradient(to right, rgba(208, 32, 25, 0), #D02019, rgba(208, 32, 25, 0)); } | hr.whowe-hr { border: 0; height: 5px; background: linear-gradient(to right, rgba(208, 32, 25, 0), #D02019, rgba(208, 32, 25, 0)); } | ||
table td.hover-effect { background-color: #FF0000; transition: background-color 0.3s ease; } | |||
table td.hover-effect:hover { background-color: #00FF21; } | |||
hr.custom-hr-unco { border: 0; height: 1px; background-color: #B59000; margin: 5px 0; } | hr.custom-hr-unco { border: 0; height: 1px; background-color: #B59000; margin: 5px 0; } | ||