We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a278897 commit 672f5acCopy full SHA for 672f5ac
docs/index.md
@@ -77,6 +77,14 @@ hide:
77
[:octicons-arrow-right-24: Apunts](../daw-ed/)
78
////
79
80
+//// html | div.card.teal-card
81
+:fontawesome-solid-people-group:{ .lg .middle } __Projecte interdisciplinar__ :construction:{ title="En construcció!" }
82
+
83
+---
84
85
+[:octicons-arrow-right-24: Enunciat](https://fpmislata-daw1-projecte.github.io/projecte-daw1/)
86
+////
87
88
///
89
90
docs/stylesheets/colored-cards.css
@@ -28,6 +28,13 @@
28
border-color: #00000012;
29
}
30
31
+.md-typeset .grid > .teal-card {
32
+ color: #fff;
33
+ background-color: #009485;
34
+}
35
+.md-typeset .grid > .teal-card hr {
36
+ border-color: #00000012;
37
38
.md-typeset .grid > .cyan-card {
39
color: #fff;
40
background-color: #25c5daee;
0 commit comments