summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-23 13:10:26 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-23 13:10:26 +0200
commitd4607f59e5f45448ce74c2fb56d992c94c16d13d (patch)
tree71a79c18e32d762c35825cc496bd91ea165806ec /assets
parent6e0e38ad4e7cf1b30e44b46fad898ce2e128bb4c (diff)
Update recipe layout to allow informative links with ingredients
Diffstat (limited to 'assets')
-rw-r--r--assets/theme/main.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/theme/main.scss b/assets/theme/main.scss
index 0886678..3221dd3 100644
--- a/assets/theme/main.scss
+++ b/assets/theme/main.scss
@@ -52,6 +52,11 @@ table {
width: 100%;
}
+a.external-link-icon {
+ font-size: x-small;
+ vertical-align: text-top;
+}
+
a.image-link {
text-decoration: none;
}