aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/index.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css
index 4b4c8c87..e15fcad5 100644
--- a/vnext/src/index.css
+++ b/vnext/src/index.css
@@ -289,6 +289,18 @@ hr {
}
}
+.page {
+ background: #fdfdfe;
+ border: 1px solid #eee;
+ margin-bottom: 12px;
+ padding: 6px;
+ text-align: center;
+}
+
+.page a {
+ color: #88958d;
+}
+
@media (--viewport-desktop) {
#app {
grid-template-areas: "header header header header"". footer content .";