diff options
author | Marvin Borner | 2019-03-05 14:47:08 +0100 |
---|---|---|
committer | Marvin Borner | 2019-03-05 14:47:08 +0100 |
commit | e7cf873d01e746e2706353fb89d139b6c52876a6 (patch) | |
tree | 74fd64944104c5b5ad77db071ce6d614ea830300 /public/styles/pin.sass | |
parent | 324b93f7efc5003a208ac63853b18a47398cb70a (diff) |
Improved frontend colors
Diffstat (limited to 'public/styles/pin.sass')
-rw-r--r-- | public/styles/pin.sass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/styles/pin.sass b/public/styles/pin.sass index 1cb54ca..cce5b83 100644 --- a/public/styles/pin.sass +++ b/public/styles/pin.sass @@ -5,6 +5,9 @@ / See https://github.com/texxme/Texx/blob/master/LICENSE / +.title + color: #d4d1cc + .columns min-height: 100% @@ -29,7 +32,7 @@ width: 10vw height: 10vw font-size: 10vw - background-color: #2d3338 + background-color: $gray color: transparent text-shadow: 0 0 0 #000 border: none @@ -41,7 +44,7 @@ margin: 0 .pin-wrapper > .column input:focus - background-color: #394046 + background-color: $light-gray border-color: inherit -webkit-box-shadow: none box-shadow: none |