We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef0409 commit 96c162aCopy full SHA for 96c162a
src/pages/Welcome.vue
@@ -77,7 +77,7 @@ async function openDashboard() {
77
.main {
78
margin: auto;
79
text-align: center;
80
- width: 60%;
+ margin: 0 20%;
81
height: 100%;
82
}
83
.initial-block {
src/welcome.html
@@ -7,7 +7,7 @@
7
<title>Welcome to the Web Activity Time Tracker</title>
8
</head>
9
10
- <body>
+ <body style="background: linear-gradient(to right, #ececff, #fff2f4)">
11
<script type="module" src="./welcome.ts"></script>
12
</body>
13
</html>
0 commit comments