From 55e75182eb35852e40c79ba8292eccf7b3b1d6ee Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Fri, 1 Apr 2016 14:25:04 +0100 Subject: [PATCH] update anchor colour --- .idea/workspace.xml | 118 ++++++++++++++++++-------------------------- html/css/app.css | 2 +- package.json | 2 +- 3 files changed, 49 insertions(+), 73 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 51eeebb..76ed309 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,6 +4,7 @@ + @@ -47,21 +48,11 @@ - - - - - - - - - - - - + + @@ -70,8 +61,18 @@ - - + + + + + + + + + + + + @@ -156,8 +157,8 @@ - - + + @@ -229,7 +230,6 @@ @@ -309,38 +310,6 @@ - - - - - - - - @@ -1022,13 +989,6 @@ - - - - - - - @@ -1128,10 +1088,26 @@ + + + + + + + + + + + + + + + + - - + + @@ -1140,8 +1116,8 @@ - - + + diff --git a/html/css/app.css b/html/css/app.css index 2ee6747..5dd36cf 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -199,7 +199,7 @@ div.content img { } @media screen and (-webkit-device-pixel-ratio:3) { - body {font-size: 250%} + body {font-size: 150%} div.content img { max-width: 365px !important; diff --git a/package.json b/package.json index 8538392..b4cd671 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "silvrtree", + "name": "Rinser", "version": "0.1.1", "devDependencies": { "del": "^2.2.0",