tvl-depot/users/tazjin/homepage/static/tazjin.css
Vincent Ambo 39e2085db8 style(tazjin/homepage): remove side margins of entries
Change-Id: Ia4a6a93ee1149c7d4a3e1d4b2266335660f1839d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8828
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-06-18 13:52:19 +00:00

57 lines
752 B
CSS

/* 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;
}