Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/shortcodes/attachments.scss')
-rw-r--r--assets/sass/shortcodes/attachments.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/sass/shortcodes/attachments.scss b/assets/sass/shortcodes/attachments.scss
new file mode 100644
index 0000000..886927b
--- /dev/null
+++ b/assets/sass/shortcodes/attachments.scss
@@ -0,0 +1,12 @@
+section.attachments{
+ a{
+ border-bottom: 1px dotted white ;
+ }
+ a:hover{
+ border-bottom: 1px solid white ;
+ }
+ >label{
+ font-weight: 600;
+ font-variant: small-caps;
+ }
+} \ No newline at end of file