diff options
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/client/colors.less b/client/colors.less index 3dce1dc..ae1798d 100644 --- a/client/colors.less +++ b/client/colors.less @@ -255,29 +255,36 @@ body { height: 50px; width: 100%; } - h5 { - color: #999; - margin-top: 10px; - text-align: left; + ol { + display: block; + text-align: center; + list-style: none; + padding-left: 0px; + font-family: 'Cutive', serif; + color: #6D6D6D; + margin-top: 6px; + li { + display: inline; + margin-left: 7px; + margin-right: 7px; + } } } div.share { margin-left: 40px; width: 260px; - p { - text-align: left; - } button { - font-size: 1.2em; - width: 100%; - margin-top: 25px; - color: #2636F9; - padding: 7px 35px; + display: block; + font-size: 2.8em; + font-weight: bold; + margin-top: 10px; + color: black; background-color: white; - border: 1px #2636F9 solid; + border: 0px; + border-bottom: 6px black solid; &:hover, &:active { color: white; - background-color: #2636F9; + background-color: black; } } } |
