Skip to content

Commit abf4a86

Browse files
committed
quick start guide
1 parent 62bf871 commit abf4a86

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Content as RestText } from '../content/index/rest.md'
2121
<div class="container">
2222
<p>
2323
Have a look at the default styles and read more about how to integrate it to your website or
24-
app here:
24+
app:
2525
</p>
2626

2727
<a class="quick-start-button" href="/quick_start">Quick Start Guide</a>

website/src/styles/global.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,23 @@ hr {
104104
}
105105

106106
.quick-start-button {
107-
/*display: block;*/
107+
display: block;
108108
text-decoration: none;
109109
color: white;
110110
font-weight: bold;
111-
letter-spacing: 0.05rem;
112-
font-size: 15px;
111+
letter-spacing: 0.1rem;
112+
font-size: 20px;
113113
border-radius: 20px;
114-
padding: 6px 16px;
115-
margin-top: 15px;
116-
background: linear-gradient(32deg, #03a9f4, transparent) #f441a5;
114+
padding: 20px 0;
115+
margin: 5em auto;
116+
width: 300px;
117+
text-align: center;
118+
background: linear-gradient(32deg, #fdb900, transparent) #f441a5;
117119
transition: background-color 1s;
118120

119121
&:hover,
120122
&:focus {
121-
background-color: #fdb900;
123+
background-color: #03a9f4;
122124
}
123125
}
124126

0 commit comments

Comments
 (0)