1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00
Files
Radarr/frontend/src/Settings/Settings.css
T
2022-11-20 11:49:50 -06:00

19 lines
296 B
CSS

.link {
composes: link from '~Components/Link/Link.css';
border-bottom: 1px solid #e5e5e5;
color: var(--textColor);
font-size: 21px;
&:hover {
color: #616573;
text-decoration: none;
}
}
.summary {
margin-top: 10px;
margin-bottom: 30px;
color: var(--helpTextColor);
}