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

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2020-06-30 00:41:24 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2020-06-30 00:41:24 +0300
commitc85e0d61780d635778d0740277d255d4c0bdeada (patch)
tree4e98949eb03c1d8d432e9efa301b027d5bdac4ec /assets
parente4fa6e335f2cae007f69217247f105163d6e1838 (diff)
adding netlify contact form draft and multilanguage for card
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_theme.sass5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/sass/_theme.sass b/assets/sass/_theme.sass
index 480ef75..364f59d 100644
--- a/assets/sass/_theme.sass
+++ b/assets/sass/_theme.sass
@@ -40,4 +40,7 @@ code
@apply bg-grey-100 p-1 rounded-md
blockquote
- @apply border-l-8 pl-4 \ No newline at end of file
+ @apply border-l-8 pl-4
+
+input
+ @apply outline-none \ No newline at end of file