forked from DebaucheryLibrarian/traxxx
Removed all old SASS color variables.
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<template>
|
||||
<div class="errorpage">
|
||||
<h1 class="error">404 - Not Found</h1>
|
||||
<div class="errorpage">
|
||||
<h1 class="error">404 - Not Found</h1>
|
||||
|
||||
<a
|
||||
href="/"
|
||||
class="home"
|
||||
>Take me home</a>
|
||||
</div>
|
||||
<a
|
||||
href="/"
|
||||
class="home"
|
||||
>Take me home</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import 'theme';
|
||||
|
||||
.errorpage {
|
||||
background: $background;
|
||||
color: $primary;
|
||||
background: var(--background);
|
||||
color: var(--primary);
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
.home {
|
||||
color: $shadow;
|
||||
color: var(--shadow);
|
||||
margin: 3rem 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user