mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
20 lines
261 B
Text
20 lines
261 B
Text
|
.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;
|
||
|
}
|
||
|
}
|