summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--style.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/style.css b/style.css
index f384e6f..60329e7 100644
--- a/style.css
+++ b/style.css
@@ -75,6 +75,28 @@ pre {
filter: drop-shadow(0px 0px 1px #e3b69b);
}
+.resource-list {
+ display: flex;
+ flex-wrap: wrap;
+ font-family: 'Syne Mono';
+ /* text-shadow: 0px 0px 2px #e3b69b; */
+ filter: drop-shadow(0px 0px 2px #e3b69b);
+ padding: 0;
+}
+
+.resource-list .panel {
+ padding: 2vw;
+}
+
+.resource-list li {
+ display: inline;
+}
+
+.resource-list a:hover {
+ /* text-shadow: 0px 0px 4px #e3b69b; */
+ filter: drop-shadow(0px 0px 1px #e3b69b);
+}
+
#public-license:hover {
position: relative;
}
@@ -207,6 +229,8 @@ article {
.thumb .thumbnail {
height: 20vh;
+ display: block;
+ margin: 0 auto 1em;
}
article .thumbnail {
@@ -685,4 +709,4 @@ code span.wa {
font-weight: bold;
font-style: normal;
font-display: block;
-}
+} \ No newline at end of file