Forked from Chris Bracco's Pen A Simple CSS Tooltip.
A Pen by Captain Anonymous on CodePen.
| .unreset { | |
| a { | |
| @apply text-blue-700 underline; | |
| } | |
| p { | |
| @apply my-4; | |
| } | |
| blockquote, | |
| figure { |
Forked from Chris Bracco's Pen A Simple CSS Tooltip.
A Pen by Captain Anonymous on CodePen.
| camel = r""" | |
| Switching on the camera in the camel habitat... | |
| ___.-''''-. | |
| /___ @ | | |
| ',,,,. | _.'''''''._ | |
| ' | / \ | |
| | \ _.-' \ | |
| | '.-' '-. | |
| | ', | |
| | '', |
| {-# LANGUAGE StandaloneDeriving, DeriveFunctor, GeneralizedNewtypeDeriving #-} | |
| {-# LANGUAGE LambdaCase #-} | |
| -------------------------------------------------------------------------------- | |
| -- Module : XMonad.Actions.ConditionalBindings | |
| -- Description : A framework for producing conditional key bindings. | |
| -- Copyright : (c) 2018 L. S. Leary | |
| -- License : BSD3-style (see LICENSE) | |
| -- | |
| -- Maintainer : L. S. Leary |