Files
matrix/cygnus-onprem-app/build/WebContent/css/matrix.css

21 lines
281 B
CSS

html,
body
{
font-family:arial;
min-height:100%;
background-color:#cedde8 !important;
font-size:10pt
}
#PageFrame {
min-height:100vh;
background-color:#cedde8 !important;
}
.customLink
{
cursor:pointer;
}.customLink:hover{
text-decoration: underline;
color:navy;
}