fix styles overriding for SPA mode

This commit is contained in:
Pooya Parsa 2017-08-06 00:03:07 +04:30
parent 9bb7d0331a
commit 3abc779447
2 changed files with 8 additions and 8 deletions

View File

@ -70,10 +70,10 @@ export default {
text-align: center;
margin-top: 10%;
}
a {
color: #42b983;
.__nuxt-error-page a {
color: #42b983 !important;
}
pre {
border-color: #42b983;
.__nuxt-error-page pre {
border-color: #42b983 !important;
}
</style>

View File

@ -40,11 +40,11 @@
text-align: center;
margin-top: 10%;
}
a {
color: #42b983;
.__nuxt-error-page a {
color: #42b983 !important;
}
pre {
border-color: #42b983;
.__nuxt-error-page pre {
border-color: #42b983 !important;
}
</style>
</head>