aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/main.scss
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-04-20 15:40:15 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-04-20 19:36:25 +0100
commit0fe0f7e15317fd66925195bbb624bbb572d2b8ef (patch)
tree8b5197c482f2acf783dc37cbaded03e0a2f88e7c /web/css/main.scss
parent193697bde57ef2cfd0a46bb5a85fa98727378297 (diff)
Remove some unused cobrands.
Diffstat (limited to 'web/css/main.scss')
-rw-r--r--web/css/main.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/web/css/main.scss b/web/css/main.scss
deleted file mode 100644
index 1106b8a78..000000000
--- a/web/css/main.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-// Generics
-
-$header_back: #e3d595;
-$header_back_lighter: #f3e5a5;
-$header_colour: #5e552b;
-$header_darker: #4e451b;
-
-a {
- &:link { color: #0000ff; }
- &:visited { color: #000099; }
- &:hover, &:active { color: #ff0000; }
-}
-
-@import "main-import";