Files
symbiosis-css/symbiosis.css
T

46 lines
734 B
CSS

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
line-height: 1.4;
text-rendering: optimizeLegibility;
}
a {
text-decoration: none;
}
img {
width: 100%;
}
table {
border-collapse: collapse;
margin-bottom: 10px;
width: 100%;
}
td, th {
padding: 6px;
}
table, th, td {
border: 1px solid black;
}
/* Firefox not display the ugly dotted focus outlines on links */
button::-moz-focus-inner {
border: 0;
}
a:focus, button:focus, input:focus {
outline: none;
}
a,
button,
input[type='submit'],
input[type='button'],
input[type='checkbox'] {
cursor: pointer;
}