Fix home link size and weight
This commit is contained in:
parent
c3f4f32107
commit
637776dc5e
2 changed files with 3 additions and 1 deletions
|
@ -46,6 +46,6 @@
|
||||||
background: #0dbd8b;
|
background: #0dbd8b;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-weight: 600;
|
font-weight: normal;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,6 +57,8 @@ limitations under the License.
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
color: #0dbd8b;
|
color: #0dbd8b;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
|
|
Loading…
Add table
Reference in a new issue