Skip to content

Commit bc670e5

Browse files
committed
More useless logo styling
1 parent ab8e28d commit bc670e5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/Landing.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<v-container grid-list-md text-xs-center>
1515
<v-layout row wrap>
1616
<v-flex xs12 md6 offset-md3>
17-
1817
<v-btn flat large color="primary" to="program">
1918
<v-icon left dark>flip_to_front</v-icon>Programma
2019
</v-btn> <br>
@@ -73,5 +72,12 @@ export default {
7372
font-family: 'Overpass Mono';
7473
font-weight: 600;
7574
letter-spacing: -5px;
75+
background-color: black;
76+
color: transparent;
77+
text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.25);
78+
-webkit-background-clip: text;
79+
-moz-background-clip: text;
80+
background-clip: text;
7681
}
82+
7783
</style>

0 commit comments

Comments
 (0)