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; text-align: center;
margin-top: 10%; margin-top: 10%;
} }
a { .__nuxt-error-page a {
color: #42b983; color: #42b983 !important;
} }
pre { .__nuxt-error-page pre {
border-color: #42b983; border-color: #42b983 !important;
} }
</style> </style>

View File

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