1
0
Fork 0

Projects Card: Update ongoing projects

Use a table instead of a the <ul> with links to the blog posts.
This commit is contained in:
Pablo Vazquez 2024-05-24 19:05:39 +02:00
commit 1740002e69
2 changed files with 92 additions and 21 deletions

View file

@ -231,6 +231,14 @@
top: 2px;
}
/* Labels (badges) */
/* Hardcoded label color to make it look like a module,
* so it can be used in other contexts (e.g. static homepage content). */
.ui.label.is-module {
background-color: #514b3c !important;
color: #eee !important;
}
/* Footer. */
footer {
color: var(--color-footer-text);