mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
fix styles overriding for SPA mode
This commit is contained in:
parent
9bb7d0331a
commit
3abc779447
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user