◊(Local Yarn Code "Check-in [1129e752]")

Overview
Comment:Remove filter property on home page image, closes [0d5932bd9996832b]
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1129e7525c7f7b90da48f7d2e6bb7bc280317e541a85c08ce8de32975d87f184
User & Date: joel on 2020-02-01 22:54:21
Other Links: manifest | tags
Context
2020-02-02
04:20
Split cache schema and fetchers into a separate module check-in: cb8af9fc user: joel tags: trunk
2020-02-01
22:54
Remove filter property on home page image, closes [0d5932bd9996832b] check-in: 1129e752 user: joel tags: trunk
2020-01-26
23:31
Add support for concealing articles/notes in different listing contexts (finishes [1f6233035e7d8cc8]) check-in: 8bd52721 user: joel tags: trunk
Changes

Modified index.html.pp from [fd0468be] to [eb78d203].

51
52
53
54
55
56
57
58


59
60
61
62
63
64
65
51
52
53
54
55
56
57

58
59
60
61
62
63
64
65
66







-
+
+







  @keyframes slideFromRight {
    0%   { margin-right: -200%; }
    100% { margin-right: 0%; }
  }

  #front-page-logo {
    shape-outside: url(web-extra/mark.svg);
    filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(903%) hue-rotate(153deg) brightness(93%) contrast(90%);
    /* filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(903%) hue-rotate(153deg)
     * brightness(93%) contrast(90%); */
    shape-margin: 1rem;
    float: left;
    margin-left: -20vw;
    margin-right: 1rem;
    z-index: -100;
  }