2017-02-02 00:42:19 +01:00
..
2017-02-01 23:54:48 +01:00
2017-02-02 00:42:19 +01:00
2017-02-02 00:34:52 +01:00

#forkme {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 10;
    padding: 10px;
    color: #fff;
    background: @main;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#readme {
    h1 {
        background: #4B5B6E;
        padding-top: 30px;
        padding-bottom: 30px;
        color: white;
        padding-left: 10%;
    }

    h2 {
        font-size: 30px;
    }

    a {
        color: #E77171;
        text-decoration: none;

        &:focus,
        &:hover {
            color: #E77171;
            text-decoration: none;
        }
    }

    ul {
        padding-left: 15%;
    }

    hr {
        width: 80%;
    }

    img {
        height: 300px;
        width: auto;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);

        &:hover {
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        }
    }
}