diff options
author | sptaule <lecas83@gmail.com> | 2022-01-27 18:10:37 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-27 18:10:37 +0100 |
commit | 1da8b90340235753b935a880d797cb796700d151 (patch) | |
tree | e6c98c0999eb3b58e3ebfd72b88c4379a8fa51d0 /src | |
parent | a8d6c4635cf4e49320ebee8ee6f348769b65ffa8 (diff) | |
download | garagehq.deuxfleurs.fr-1da8b90340235753b935a880d797cb796700d151.tar.gz garagehq.deuxfleurs.fr-1da8b90340235753b935a880d797cb796700d151.zip |
Doc refactor, doc and index QoL, fix search: working on every page
Diffstat (limited to 'src')
-rwxr-xr-x | src/input.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.css b/src/input.css index b7582f7..52ec9f3 100755 --- a/src/input.css +++ b/src/input.css @@ -99,7 +99,7 @@ p > code, p > strong > code, li > code, li > strong > code { } .is-active { - @apply text-orange-600; + @apply text-garage-orange; } @layer utilities { |