overleaf/services/web/frontend/stylesheets/core/page-style.less

20 lines
261 B
Text
Raw Normal View History

.page-style {
background-color: @white;
a {
text-decoration: underline;
}
.page-header {
border-bottom: none;
margin: 0;
padding: 0;
text-align: center;
}
.card {
background-color: @blue-10;
border-radius: 24px;
}
}