/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(170,170,170,0.7);
  color: #000 !important;
}
::-moz-selection {
  background: rgba(170,170,170,0.7);
  color: #000 !important;
}