summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-22 18:05:01 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-22 18:05:01 +0300
commit51b4f0c84a5df4422c97819712186bf68a330079 (patch)
tree9cfa5ad987fe7c863d508e365bc3bd940787e749
parentc2ce4cf320a1d2b8adbcc5f8161b2d5aed29e3e8 (diff)
downloadinter-51b4f0c84a5df4422c97819712186bf68a330079.tar.xz
web: improve sample and fix underlines on links
-rw-r--r--docs/index.html6
-rw-r--r--docs/res/sample.pngbin337839 -> 734918 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index b862c9a80..b4bec51fa 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -35,8 +35,8 @@ body {
background-color: #f4f4f4;
color: #414141;
font: 16px/22px Interface, sans-serif;
- letter-spacing:-0.1px;
- font-weight: 400; /*300=light, 400=regular, 500=medium, 600=semibold*/
+ letter-spacing: -0.1px;
+ font-weight: 400;
padding-bottom: 30px;
}
@@ -49,7 +49,7 @@ a {
rgba(0,0,0,0) 50%);
background-repeat: repeat-x;
background-size: 2px .1em;
- background-position: 0 1.155em;
+ background-position: 0 1.07em;
text-shadow:
/* creates "openings" for descenders in the underline */
-1px -1px 0 #f4f4f4,
diff --git a/docs/res/sample.png b/docs/res/sample.png
index bc325ec64..99dceb3d6 100644
--- a/docs/res/sample.png
+++ b/docs/res/sample.png
Binary files differ