diff options
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 |