barebones noscript layout

This commit is contained in:
Ginger Wong
2020-07-18 17:44:18 -07:00
parent 38a279485b
commit d775924c59
2 changed files with 29 additions and 4 deletions

View File

@@ -11,10 +11,10 @@ body {
font-size: 14px;
}
a:hover {
text-decoration: underline;
}
/* vuejs attribute to hide things before content ready */
[v-cloak] { visibility: hidden; }
::-webkit-scrollbar {