diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html new file mode 100644 index 0000000000000000000000000000000000000000..7c12a5aaec4e06fe4bdc6dade4a2a2068b6e561c --- /dev/null +++ b/layouts/partials/custom-head.html @@ -0,0 +1 @@ +<link rel="stylesheet" href="/css/custom.css"> diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000000000000000000000000000000000000..c16d4511fe37663a44905a778f4e4fe410b4a3ad --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,3 @@ +.img-border a img { + border:1px solid #021a40 !important ; +}