sonarr-rss/static/css/main.css

37 lines
682 B
CSS

/**
* @file
* Main stylesheet file.
*/
/*****************************************************************************
* Main elements
****************************************************************************/
html {
overflow-y: scroll;
}
a {
cursor: pointer;
}
::selection {
background: #555;
color: #FFF;
}
::-moz-selection {
background: #555;
color: #FFF;
}
::-webkit-selection {
background: #555;
color: #FFF;
}
/* Main elements end */
/*****************************************************************************
* Various other styles
****************************************************************************/
/* Various other styles end */