about summary refs log blame commit diff
path: root/users/tazjin/homepage/static/tazjin.css
blob: f921b562ee6cf0a306728cc081e77ce09b77c86a (plain) (tree)























                                

                       






























                          
/* Homepage styling */

.dark {
    background-color: #181818;
    color: #e4e4ef;
}

.dark-link, .interblag-title {
    color: #96a6c8;
}


.interblag-title {
    text-decoration: none;
}

.entry-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.entry {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.entry:nth-child(odd) {
    background: #282828;
}

.entry-description {
    color: #e4e4ef;
}

.misc {
    color: #73c936;
    border-color: #73c936;
}

.blog {
    color: #268bd2;
    border-color: #268bd2;
}

.project {
    color: #ff4f58;
    border-color: #ff4f58;
}

.note {
    color: #ffdd33;
    border-color: #ffdd33;
}