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>2021-01-26 23:24:00 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2021-01-26 23:24:00 +0300
commit14d9dbcaf875744b80b15c470037318070169054 (patch)
tree447a6f4fd53b819e4acad019d42c362a2cabc1eb /assets
parent6ff4da20980bc4a786bea0623a163b2c93825c64 (diff)
removing conflict with color variables
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_theme.sass5
1 files changed, 1 insertions, 4 deletions
diff --git a/assets/sass/_theme.sass b/assets/sass/_theme.sass
index 4583808..6c506f4 100644
--- a/assets/sass/_theme.sass
+++ b/assets/sass/_theme.sass
@@ -11,7 +11,7 @@ html
scroll-behavior: auto
*::selection
- @apply bg-green-200
+ @apply bg-accent-light
h1
@apply text-3xl font-serif my-6 tracking-tight
@@ -52,6 +52,3 @@ input:not([type='checkbox']):not([type='button']):not([type='submit']):not([type
input[type='submit'], input[type='reset']
@apply cursor-pointer px-2
-
-input:focus, textarea:focus, button:hover
- @apply border-green-300