HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/scss/base/_table.scss
table{

	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ededed; 
	font-size: 100%;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;

	thead {
		display: table-header-group;
		vertical-align: middle;
		border-color: inherit;

		tr{
			display: table-row;
			vertical-align: inherit;
			border-color: inherit;	

			td,th{
				padding: 5px 10px; 
				font-weight: bold;
				color: var(--heading);
				border: 1px solid #ededed; 
				text-align: left;

				a{ 
					color: var(--heading);
				}
			}

		}
	}
	
	tbody {
		display: table-row-group;
		vertical-align: middle;
		border-color: inherit;

		tr {
			display: table-row;
			vertical-align: inherit;
			border-color: inherit;
			
			td, th{
				padding: 5px 10px;
				border: 1px solid #ededed; 
				color: var(--text);
				text-align: left;
				a{
					color: var(--heading);
					font-weight: normal;
					&:hover{
						color: var(--primary);
					}

				}
			}
			th{
				color: var(--heading);
			}
		}
	}

}