aboutsummaryrefslogtreecommitdiff
path: root/server/src/Design/View/NotFound.hs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Design/View/NotFound.hs')
-rw-r--r--server/src/Design/View/NotFound.hs21
1 files changed, 0 insertions, 21 deletions
diff --git a/server/src/Design/View/NotFound.hs b/server/src/Design/View/NotFound.hs
deleted file mode 100644
index 150c6fc..0000000
--- a/server/src/Design/View/NotFound.hs
+++ /dev/null
@@ -1,21 +0,0 @@
-module Design.View.NotFound
- ( design
- ) where
-
-import Clay
-import Prelude hiding (rem)
-
-import qualified Design.Color as Color
-
-design :: Css
-design = do
-
- marginLeft (rem 3)
-
- ".link" ? do
- display block
- marginTop (rem 1)
- color Color.chestnutRose
- textDecoration underline
- hover &
- color (Color.chestnutRose +. 15)