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;
|
||||
border-radius: 8px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
|
|
@ -57,6 +57,8 @@ limitations under the License.
|
|||
margin-top: 50px;
|
||||
color: #0dbd8b;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.preview {
|
||||
|
|
Loading…
Add table
Reference in a new issue