diff options
author | Vitaly Takmazov | 2019-05-31 14:05:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | b6983fd90a1ec09630bb0996e13669c07cf0b594 (patch) | |
tree | 57fb9bcdf8ee13d2e6acb951c597dee76f2755b0 /vnext | |
parent | 1dd0822760565d645179231bfb9e1d144842b482 (diff) |
Page navigation link styling
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/index.css | 12 |
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 ."; |