aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/index.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-31 14:05:45 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitb6983fd90a1ec09630bb0996e13669c07cf0b594 (patch)
tree57fb9bcdf8ee13d2e6acb951c597dee76f2755b0 /vnext/src/index.css
parent1dd0822760565d645179231bfb9e1d144842b482 (diff)
Page navigation link styling
Diffstat (limited to 'vnext/src/index.css')
-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 .";