From 0985b60702ef1350a2e43426ef75098016d6bb11 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Fri, 25 Nov 2016 01:23:04 -0800 Subject: [PATCH] change logo --- web/css/app.less | 10 ++++++++-- web/sketcher.html | 7 +++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/web/css/app.less b/web/css/app.less index 38fce2b0..c3cb5b96 100644 --- a/web/css/app.less +++ b/web/css/app.less @@ -24,9 +24,15 @@ html, body { } .logo { - color: #fff; + color: #bbb; font-size: 16px; - padding: 6px 0 0 10px; + padding: 8px 0 0 10px; + cursor: alias; +} + +.logo sup { + font-size: 9px; + font-style: italic; } .panel { diff --git a/web/sketcher.html b/web/sketcher.html index 33379739..91d127d3 100644 --- a/web/sketcher.html +++ b/web/sketcher.html @@ -5,13 +5,13 @@ sketcher.js - +
- + - \ No newline at end of file